Tony Q.

Results 508 comments of Tony Q.

https://stackoverflow.com/questions/31835579/insert-table-into-a-word-document-at-a-specific-position-using-apache-poi

However, XmlCursor in NPOI is not correctly implemented. https://github.com/nissl-lab/npoi/blob/649cf37074ca78210f6f118e598cab9ff6844254/ooxml/XWPF/Usermodel/IBody.cs#L110 InsertNewTbl should have a XmlCursor argument instead

Why do you think dx1 and dy1 is not working? Any clues?

As I remember, this issue has been fixed in NPOI official release. Please use nuget.org/packages/NPOI/ instead. xhelper 于2020年7月29日周三 下午3:07写道: > return File(memoryStream.GetBuffer(), "application/vnd.ms-excel", > "test.xlsx"); > 流关闭了再读取一次数据,使用另外一个重载方法返回; > > —...

The current version of NPOI doesn't support this since XWPFChart and XDDFChart have not been migrated from POI yet.

[POI Github 68](https://github.com/apache/poi/pull/68) Share chart data implementation between XSSFChart and XSLFChart through XDDF [59625](https://bz.apache.org/bugzilla/show_bug.cgi?id=59625) Localisation (Internationalisation in other languages) when applied in charts corrupt the MS Word file

[POI 66047](https://bz.apache.org/bugzilla/show_bug.cgi?id=66047) Fix rounding issue in MROUND function [POI 65988](https://bz.apache.org/bugzilla/show_bug.cgi?id=65988) RATE function fails in some cases [POI Github 330](https://github.com/apache/poi/pull/330) Support AVERAGEIF function [POI 66083](https://bz.apache.org/bugzilla/show_bug.cgi?id=66083) Support CEILING.MATH and FLOOR.MATH functions [POI...

You can try SXSSFWorkbook. It did save some memory by using temp file on disk while unzipping the xlsx. But frankly speaking, Excel doesn't support streaming read by default.

I don't use Unity. Maybe someone else can help.

Check this video, please. https://www.youtube.com/watch?v=18L37FEUbMg