Created 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 ArticleUpdated Release: NPOI 2.1 (六月 06, 2014)
If you need NPOI support service/business customization service, please contact tonyqus@gmail.com or skype: tonyqus如果你需要NPOI技术支持服务,请联系tonyqus@gmail.com或skype: tonyqusAssembly Version: 2.1.0New...
View ArticleUpdated Release: NPOI 2.1 (六月 06, 2014)
If you need NPOI support service/business customization service, please contact tonyqus@gmail.com or skype: tonyqus如果你需要NPOI技术支持服务,请联系tonyqus@gmail.com或skype: tonyqusAssembly Version: 2.1.0New...
View ArticleReleased: NPOI 2.1.1 (Jun 06, 2014)
If you need NPOI support service/business customization service, please contact tonyqus@gmail.com or skype: tonyqus如果你需要NPOI技术支持服务,请联系tonyqus@gmail.com或skype: tonyqus Assembly Version: 2.1.0New...
View ArticleUpdated Release: NPOI 2.1.1 (六月 06, 2014)
If you need NPOI support service/business customization service, please contact tonyqus@gmail.com or skype: tonyqus如果你需要NPOI技术支持服务,请联系tonyqus@gmail.com或skype: tonyqusAssembly Version: 2.1.0New...
View ArticleUpdated Release: NPOI 2.1.1 (6月 06, 2014)
If you need NPOI support service/business customization service, please contact tonyqus@gmail.com or skype: tonyqus如果你需要NPOI技术支持服务,请联系tonyqus@gmail.com或skype: tonyqusAssembly Version: 2.1.0New...
View ArticleReleased: NPOI 2.1.1 (Jun 06, 2014)
If you need NPOI support service/business customization service, please contact tonyqus@gmail.com or skype: tonyqus如果你需要NPOI技术支持服务,请联系tonyqus@gmail.com或skype: tonyqus Assembly Version: 2.1.0New...
View ArticleUpdated Release: NPOI 2.1.1 (6月 06, 2014)
If you need NPOI support service/business customization service, please contact tonyqus@gmail.com or skype: tonyqus如果你需要NPOI技术支持服务,请联系tonyqus@gmail.com或skype: tonyqusAssembly Version: 2.1.0New...
View ArticleNew Post: Saving large workbooks
I also need this fix. I see it is implemented in the Java POI - org.apache.poi.xssf.streaming.SXSSFSheet org.apache.poi.xssf.streaming.SXSSFWorkbook Then a large Xlsx file export can be performed in...
View ArticleNew Post: Make columns as readonly in a sheet having data around 10MB
Hi, I am generating Excel file(.xlsx) using NPOI library. Can anyone please suggest on how to make specific columns as readonly in a sheet having data around 10MB.
View ArticleNew Post: How to covert File excel .xls convert .xlsx
How many files you want to convert? Maybe I can help you convert these files? This is a consulting service provided by NPOI team. For detail, you can contact support@neuzilla.com.
View ArticleCreated Unassigned: 大量寫入一份xlsx會有問題,(部份內容會有問題,嘗試修復) [13109]
Hi,大量寫入一份xlsx會有問題,於開啟時會告知 部份內容會有問題,嘗試修復....有試過一次全部寫入即可正常使用附件為測試的檔案,能否幫我確認一下dll是否正常dll目前是用最新版本,用以前舊版本的(1.2XX可正常寫入)
View ArticleClosed Unassigned: 大量寫入一份xlsx會有問題,(部份內容會有問題,嘗試修復) [13109]
Hi,大量寫入一份xlsx會有問題,於開啟時會告知 部份內容會有問題,嘗試修復....有試過一次全部寫入即可正常使用附件為測試的檔案,能否幫我確認一下dll是否正常dll目前是用最新版本,用以前舊版本的(1.2XX可正常寫入)Comments: 代码自身问题,和NPOI无关
View ArticleCommented Unassigned: .xlsx 如果存在的工作表包含圖面,使用 XSSFWorkbook 開啟後再加入新工作表有問題 [13104]
FileStream T_excelfile = File.Open(this.textBox1.Text,FileMode.Open,FileAccess.Read); //new FileStream(this.textBox1.Text, FileMode.Open,FileAccess.ReadWrite);IWorkbook T_workbook =...
View ArticleClosed Unassigned: 使用 XSSFWorkbook 開啟 excel 檔案再回存,工作表及捲動列不見了 [13103]
XSSFWorkbook T_workbook = new XSSFWorkbook(T_excelfile); T_excelfile.Close(); T_excelfile = new FileStream(this.textBox1.Text, FileMode.Truncate, FileAccess.ReadWrite);...
View ArticleCommented Unassigned: 使用 XSSFWorkbook 開啟 excel 檔案再回存,工作表及捲動列不見了 [13103]
XSSFWorkbook T_workbook = new XSSFWorkbook(T_excelfile); T_excelfile.Close(); T_excelfile = new FileStream(this.textBox1.Text, FileMode.Truncate, FileAccess.ReadWrite);...
View ArticleCommented Unassigned: .xlsx 如果存在的工作表包含圖面,使用 XSSFWorkbook 開啟後再加入新工作表有問題 [13104]
FileStream T_excelfile = File.Open(this.textBox1.Text,FileMode.Open,FileAccess.Read); //new FileStream(this.textBox1.Text, FileMode.Open,FileAccess.ReadWrite);IWorkbook T_workbook =...
View ArticleNew Post: Why did you implement a different behaviour in XSSFWorkbook and...
BackgroundColor setting, rows shifting, merged reagion creating and many other things has diifferent behaviour in the different IWorkbook implementations. When I work with interface I expect the same...
View ArticleNew Post: Why did you implement a different behaviour in XSSFWorkbook and...
Can you give me some detailed examples? The behavior should be same or almost same.
View ArticleNew Post: Excel found unreadable content in filename.xls
This bug is fixed in NPOI 2.1.1. Please help test again.
View Article