Commented Unassigned: CloneSheet does not work (XSSFWorkbook) [13121]
I have seen an issue while trying to clone a sheet from an XSSFWorkbook. (NPOI 2.1.1)A NotImplementedException is raised.I have fixed this issue in CT_Worksheet.cs. public void UnsetPageSetup(){...
View ArticleCreated Unassigned: Can not read .xlsx file using the latest version on mono...
I am using NPOI latest version, NPOI 2.1.1, .net 4.0I can not open the .xlsx file on my debian/monodev, although it works on windows.Here is the code:IWorkbook wb = new...
View ArticleCreated Unassigned: xlsx文件删除sheet后存储文件,然后使用鼠标打开文件时报错 [13136]
运行代码: class Program{ static void Main(string[] args){ FileStream file = new FileStream("test.xlsx", FileMode.Open);//读入excel模板 IWorkbook workbook = new XSSFWorkbook(file); workbook.RemoveSheetAt(0);...
View ArticleCommented Unassigned: xlsx文件删除sheet后存储文件,然后使用鼠标打开文件时报错 [13136]
运行代码: class Program{ static void Main(string[] args){ FileStream file = new FileStream("test.xlsx", FileMode.Open);//读入excel模板 IWorkbook workbook = new XSSFWorkbook(file); workbook.RemoveSheetAt(0);...
View ArticleCommented Unassigned: xlsx文件删除sheet后存储文件,然后使用鼠标打开文件时报错 [13136]
运行代码: class Program{ static void Main(string[] args){ FileStream file = new FileStream("test.xlsx", FileMode.Open);//读入excel模板 IWorkbook workbook = new XSSFWorkbook(file); workbook.RemoveSheetAt(0);...
View ArticleCommented Unassigned: xlsx文件删除sheet后存储文件,然后使用鼠标打开文件时报错 [13136]
运行代码: class Program{ static void Main(string[] args){ FileStream file = new FileStream("test.xlsx", FileMode.Open);//读入excel模板 IWorkbook workbook = new XSSFWorkbook(file); workbook.RemoveSheetAt(0);...
View ArticleCommented Unassigned: xlsx文件删除sheet后存储文件,然后使用鼠标打开文件时报错 [13136]
运行代码: class Program{ static void Main(string[] args){ FileStream file = new FileStream("test.xlsx", FileMode.Open);//读入excel模板 IWorkbook workbook = new XSSFWorkbook(file); workbook.RemoveSheetAt(0);...
View ArticleCreated Unassigned: NPOI 2.1.1 HSSF SetDefaultColumnStyle changes cell color...
Hello.I'm new to NPOI and if I misunderstand something please correct me. I want to write a test application which opens an existing Excel Workbook (created by Excel 2007 or 2010 in 97-2003 xls Format)...
View ArticleCommented Unassigned: NPOI 2.1.1 HSSF SetDefaultColumnStyle changes cell...
Hello.I'm new to NPOI and if I misunderstand something please correct me. I want to write a test application which opens an existing Excel Workbook (created by Excel 2007 or 2010 in 97-2003 xls Format)...
View ArticleCommented Unassigned: NPOI 2.1.1 HSSF SetDefaultColumnStyle changes cell...
Hello.I'm new to NPOI and if I misunderstand something please correct me. I want to write a test application which opens an existing Excel Workbook (created by Excel 2007 or 2010 in 97-2003 xls Format)...
View ArticleCommented Unassigned: Incorrect value of calculation in XSSFWorkbook [13108]
In the next example I try to calculate formula "B1/A1":``` var workbook = new XSSFWorkbook(); var sheet = workbook.CreateSheet(); var row = sheet.CreateRow(0); var cell = row.CreateCell(0);...
View ArticleCommented Unassigned: Incorrect value of calculation in XSSFWorkbook [13108]
In the next example I try to calculate formula "B1/A1":``` var workbook = new XSSFWorkbook(); var sheet = workbook.CreateSheet(); var row = sheet.CreateRow(0); var cell = row.CreateCell(0);...
View ArticleCreated Unassigned: SetSheetOrder breaks XLSX [13142]
NPOI 2.1XSSFWorkbook.csIssue:When setting the sheet order (i.e. moving a worksheet) with XSSF, the XLSX file will break and cannot be opened with Excel. Reason: CT_Sheet.Set will set the SheetId of the...
View ArticleCommented Issue: xlsx文件删除sheet后存储文件,然后使用鼠标打开文件时报错 [13136]
运行代码: class Program{ static void Main(string[] args){ FileStream file = new FileStream("test.xlsx", FileMode.Open);//读入excel模板 IWorkbook workbook = new XSSFWorkbook(file); workbook.RemoveSheetAt(0);...
View ArticleCommented Issue: xlsx文件删除sheet后存储文件,然后使用鼠标打开文件时报错 [13136]
运行代码: class Program{ static void Main(string[] args){ FileStream file = new FileStream("test.xlsx", FileMode.Open);//读入excel模板 IWorkbook workbook = new XSSFWorkbook(file); workbook.RemoveSheetAt(0);...
View ArticleCommented Unassigned: SetSheetOrder breaks XLSX [13142]
NPOI 2.1XSSFWorkbook.csIssue:When setting the sheet order (i.e. moving a worksheet) with XSSF, the XLSX file will break and cannot be opened with Excel. Reason: CT_Sheet.Set will set the SheetId of the...
View ArticleCreated Unassigned: EXCEL 2013 - Date Format from row 10 [13144]
Hi, I'm using the NPOI 2.0 Version of your library, and I'm having an issue when creating an Excel file and try to open with Microsoft Excel 2013. There is a column with date format, that works fine...
View ArticleCommented Unassigned: EXCEL 2013 - Date Format from row 10 [13144]
Hi, I'm using the NPOI 2.0 Version of your library, and I'm having an issue when creating an Excel file and try to open with Microsoft Excel 2013. There is a column with date format, that works fine...
View ArticleCommented Unassigned: NPOI 2.1.1 HSSF SetDefaultColumnStyle changes cell...
Hello.I'm new to NPOI and if I misunderstand something please correct me. I want to write a test application which opens an existing Excel Workbook (created by Excel 2007 or 2010 in 97-2003 xls Format)...
View ArticleCreated Unassigned: The style setting problem for xls file [13150]
"OES Ch Input data file.xls" This file is the template Excel"123.xls" This file is modified by NPOI The following is the code:``` public static MemoryStream Export(string tempFilePath){ IWorkbook...
View Article