Released: NPOI 2.1.3 (Dec 10, 2014)
BUG FIXES a. fix 2 charts insert in the same sheet issue b. fix a lot of Excel 2007 serialization issues c. fix some Word 2007 serialiation issues d. fix RemoteSheetAt bug e. support changing...
View ArticleUpdated Release: NPOI 2.1.3 (十二月 10, 2014)
BUG FIXESa. fix 2 charts insert in the same sheet issueb. fix a lot of Excel 2007 serialization issuesc. fix some Word 2007 serialiation issuesd. fix RemoteSheetAt buge. support changing background in...
View ArticleReleased: NPOI 2.1.1 (Jun 06, 2014)
Assembly Version: 2.1.0New Features a. XSSFSheet.CopySheet b. Excel2Html for XSSF c. insert picture in word 2007 d. Implement IfError function in formula engineBug Fixes a. fix conditional formatting...
View ArticleUpdated Release: NPOI 2.1.1 (六月 06, 2014)
Assembly Version: 2.1.0New Featuresa. XSSFSheet.CopySheetb. Excel2Html for XSSFc. insert picture in word 2007d. Implement IfError function in formula engineBug Fixesa. fix conditional formatting...
View ArticleCommented Unassigned: Different cell comment shapes [13336]
Hi,when I set comment for more than one cell, the shape of comment block for each cell is different.Here my code:Dim iPatriarch As IDrawing = m_iCurrentSheet.CreateDrawingPatriarch()Dim rAnchor As...
View ArticleCommented Unassigned: Different cell comment shapes [13336]
Hi,when I set comment for more than one cell, the shape of comment block for each cell is different.Here my code:Dim iPatriarch As IDrawing = m_iCurrentSheet.CreateDrawingPatriarch()Dim rAnchor As...
View ArticleNew Post: printgridline not working
code : InitializeWorkbook(); ISheet sheet1 = hssfworkbook.CreateSheet("Sheet1"); sheet1.FitToPage = false; sheet1.IsPrintGridlines = true; not working in Excel 2010 and 2013 thank you
View ArticleCreated Unassigned: 2.1.3版本未完全解决xlsx文件删除sheet后存储文件,然后使用鼠标打开文件时报错 [13360]
运行代码: class Program{ static void Main(string[] args){ FileStream file = new FileStream("test1.xlsx", FileMode.Open);//读入excel模板 IWorkbook workbook = new XSSFWorkbook(file); workbook.RemoveSheetAt(0);...
View ArticleCommented Unassigned: 2.1.3版本未完全解决xlsx文件删除sheet后存储文件,然后使用鼠标打开文件时报错 [13360]
运行代码: class Program{ static void Main(string[] args){ FileStream file = new FileStream("test1.xlsx", FileMode.Open);//读入excel模板 IWorkbook workbook = new XSSFWorkbook(file); workbook.RemoveSheetAt(0);...
View ArticleCommented Unassigned: 2.1.3版本未完全解决xlsx文件删除sheet后存储文件,然后使用鼠标打开文件时报错 [13360]
运行代码: class Program{ static void Main(string[] args){ FileStream file = new FileStream("test1.xlsx", FileMode.Open);//读入excel模板 IWorkbook workbook = new XSSFWorkbook(file); workbook.RemoveSheetAt(0);...
View ArticleCreated Unassigned: 通过网页下载xlsx文件报错,丢失文件 [13361]
运行代码:FileStream file = new FileStream("test.xlsx", FileMode.Open, FileAccess.Read);//读入excel模板var workbook = new XSSFWorkbook(file);MemoryStream ms = new MemoryStream();workbook.Write(ms);//写入内存流byte[]...
View ArticleCommented Unassigned: 通过网页下载xlsx文件报错,丢失文件 [13361]
运行代码:FileStream file = new FileStream("test.xlsx", FileMode.Open, FileAccess.Read);//读入excel模板var workbook = new XSSFWorkbook(file);MemoryStream ms = new MemoryStream();workbook.Write(ms);//写入内存流byte[]...
View ArticleCommented Unassigned: 通过网页下载xlsx文件报错,丢失文件 [13361]
运行代码:FileStream file = new FileStream("test.xlsx", FileMode.Open, FileAccess.Read);//读入excel模板var workbook = new XSSFWorkbook(file);MemoryStream ms = new MemoryStream();workbook.Write(ms);//写入内存流byte[]...
View ArticleCommented Unassigned: 通过网页下载xlsx文件报错,丢失文件 [13361]
运行代码:FileStream file = new FileStream("test.xlsx", FileMode.Open, FileAccess.Read);//读入excel模板var workbook = new XSSFWorkbook(file);MemoryStream ms = new MemoryStream();workbook.Write(ms);//写入内存流byte[]...
View ArticleCommented Unassigned: 2.1.3版本未完全解决xlsx文件删除sheet后存储文件,然后使用鼠标打开文件时报错 [13360]
运行代码: class Program{ static void Main(string[] args){ FileStream file = new FileStream("test1.xlsx", FileMode.Open);//读入excel模板 IWorkbook workbook = new XSSFWorkbook(file); workbook.RemoveSheetAt(0);...
View ArticleClosed Unassigned: 2.1.3版本未完全解决xlsx文件删除sheet后存储文件,然后使用鼠标打开文件时报错 [13360]
运行代码: class Program{ static void Main(string[] args){ FileStream file = new FileStream("test1.xlsx", FileMode.Open);//读入excel模板 IWorkbook workbook = new XSSFWorkbook(file); workbook.RemoveSheetAt(0);...
View ArticleCommented Unassigned: Export Excel 2007, open the excel show "We found a...
Hi Team,I used the NPOI to export a excel file from the asp.net mvc application. And all codes are ok. and export the excel file is ok. However, when I open the downloaded excel file, it will show the...
View ArticleCommented Unassigned: Export Excel 2007, open the excel show "We found a...
Hi Team,I used the NPOI to export a excel file from the asp.net mvc application. And all codes are ok. and export the excel file is ok. However, when I open the downloaded excel file, it will show the...
View ArticleCommented Unassigned: Different cell comment shapes [13336]
Hi,when I set comment for more than one cell, the shape of comment block for each cell is different.Here my code:Dim iPatriarch As IDrawing = m_iCurrentSheet.CreateDrawingPatriarch()Dim rAnchor As...
View ArticleClosed Unassigned: Different cell comment shapes [13336]
Hi,when I set comment for more than one cell, the shape of comment block for each cell is different.Here my code:Dim iPatriarch As IDrawing = m_iCurrentSheet.CreateDrawingPatriarch()Dim rAnchor As...
View Article