New Post: NPOI generated Excel file with multiple columns -- showing only 1
What's ExcelDataReader?
View ArticleCreated Unassigned: Invalid row number (65536) outside allowable range...
Hi Friends,I am working on MCV 4 project in which we are using NPOI tool to export to excel(2013). __Now I have more than 65536 rows so giving exception. Anybody knows how to fix this issue.__ Does...
View ArticleUpdated Wiki: Home
Who are WeNeuzilla is the studio behind Toxy. For detail, you can check http://www.neuzilla.com/blog What's NPOIThis project is the .NET version of POI Java project at http://poi.apache.org/. POI is an...
View ArticleUpdated Wiki: Home
Who are WeNeuzilla is the studio behind Toxy. For detail, you can check http://www.neuzilla.com/blog We provide onsite/offsite hand-on training, troubleshooting and software customization. For details,...
View ArticleUpdated Wiki: Home
Who are WeNeuzilla is the studio behind Toxy. For detail, you can check http://www.neuzilla.com/blog We provide onsite/offsite hand-on training, troubleshooting and software customization. For details,...
View ArticleUpdated Wiki: Documentation
If you need NPOI support service/business customization service, please contact tonyqus@163.com如果你需要NPOI技术支持服务,请联系support@neuzilla.comNPOI Road MapNPOI Team MembersAbout ReleaseNPOI Release PlanHistory...
View ArticleUpdated Wiki: Documentation
If you need NPOI support service/business customization service, please contact support@neuzilla.com如果你需要NPOI技术支持服务,请联系support@neuzilla.comNPOI Road MapNPOI Team MembersAbout ReleaseNPOI Release...
View ArticleCommented Unassigned: NPOI interprets date formats differently [13398]
I have an _xlsx_ file with several dates.One cell appears in Excel 2007 (configured as Spanish, Spain, international) as "01/02/2003 4:05" (that is 1st February 2003). The cell format appears as...
View ArticleNew Post: System.NotImplementedException: DATEDIF
I have a spreadsheet containing a DATEDIF formula within a cell. When I attempt to evaluate the formula, I get the above error. I've tried this with both HSSF and XSSF, with both the...
View ArticleCreated Unassigned: Name 'GET.WORKBOOK' is completely unknown in the current...
Hi, After cloning an Excel Sheet, I wanted to changed the name of the cloned sheet. At this point, a _FormulaParseException_ occurs with the message _Name 'GET.WORKBOOK' is completely unknown in the...
View ArticleCreated Unassigned: Update an exists Excel File,Some cell's backgroud color...
Code like below:FileStream file = new FileStream(@"D:\npoi\BeforeSave.xlsx", FileMode.Open, FileAccess.Read); XSSFWorkbook hssfworkbook = new XSSFWorkbook(file); FileStream file1 = new...
View ArticleNew Post: HSSFWorkbook.WriteProtectWorkbook makes the file Read-Only
Hello, I am using the below function to protect the excel sheet with the password. The function works fine but it makes the Read-Only recommended property of the .xls document to True which allows the...
View ArticleNew Post: How can i change Table Cells Font ???
How can i change Table Cells Font in NPOI word ??? thanks.
View ArticleCreated Unassigned: Create word document with CreateRun using table [13500]
Hello,We used your NPOI.dll and NPOI.OOXML.dll files for creating word document using asp.net mvc 4 C# web application. We tried to generate document using table as we need to use font style, font size...
View ArticleNew Post: Hyperlinks worked, then quit working...
Using current version of NPOI under Win7 64-bit, VS2013. My program worked great (under 4.5.1), I was able to add a hyperlink to a directory that brought up Windows Explorer in a newly-created...
View ArticleNew Post: Hyperlinks worked, then quit working...
showens wrote: Here's a code snippet; does anything look incorrect?ICell cmdLineCell = row.GetCell(4); cmdLineCell.SetCellValue(fullPath); string uriDir = Path.GetDirectoryName(fullPath); Uri linkAddr...
View ArticleUpdated Wiki: Home
Who are WeNeuzilla is the studio behind Toxy. For detail, you can check http://blog.neuzilla.com/ We provide onsite/offsite hand-on training, troubleshooting and software customization. For details,...
View ArticleNew Post: Conversion from XSLX to XLS and vice versa
Is it possible to open a XLSX file and save it as XLS file? In other words, is it possible to convert XLSX to XLS and vice versa?
View ArticleCreated Unassigned: Excel无法获取默认列宽 [13507]
FileStream file = new FileStream("c:\\test.xls", FileMode.Open, FileAccess.Read);//读入excel模板IWorkbook workbook = new XSSFWorkbook(file);ISheet sheet = workbook.GetSheetAt(0);var width =...
View ArticleNew Post: How to add empty row in Excel combobox using NPOI
Hello all First i'm sorry about my bad english, but i hope you will help me Second, i have a trouble... use NPOI latest version for C# net 2.0HSSFWorkbook xssfwb; //open file using (FileStream file =...
View Article