New Post: Create a bulleted Sentence
Hi, I am using NPOI with asp.net 4.0.I want to create a bulleted sentence in the excel such as,Sample 1 Test. Sample2 Test. How we can achieve this by using NPOI. Thanks & Regards, Dileep
View ArticleNew Post: comment shape
I remember this is fixed. Which version of NPOI are you using? Have you tried the latest version?
View ArticleNew Post: Is it possible "html to Excel" with NPOI ?
I'm afraid no. NPOI can only do "Excel to html" for now.
View ArticleNew Post: NPOI 2.2.0 try ShiftRows
try read xlsx file and execute shiftrows sheetReport.ShiftRows(sheetReport.LastRowNum-2, sheetReport.LastRowNum, 100); result An unhandled exception of type 'System.ArgumentOutOfRangeException'...
View ArticleNew Post: How copy merge cells and row from one excel to other excel
Try copy rows from one to other excel and copy worksheet.NumMergedRegions, but result view different than original
View ArticleNew Post: Saving macro enabled workbook gCrash excel
Hello, I am facing a strange error while trying to save a workbook. For work reasons, I have to open a template , compile some cell, and then save a copy with the added info. I tried this code: String...
View ArticleNew Post: NPOI change cellType if it is numeric
Hi, I am Using NPOI to read excel data, i have a numeric datatype which i need to change it to text. Can some please guide to convert numeric to text. Someone please advice...Thanksfor (int i =...
View ArticleNew Post: Excel - C# - Format as table
I am using NPOI to generate a either a .xls or .xlsx depending on user preference and I need to format the data in the spreadsheets as a table, the same thing as highlighting the range in excel and...
View ArticleNew Post: NPOI - Set precision as displayed
hallo, I'm working with NPOI to generate a new one xlsx from a template file with the same extension. work all fine, but I have only one trouble: the template file has unchecked flag "set precision as...
View ArticleNew Post: How get cell background color in RGB value?
Interested reading date with cell format + attributes, with NPOI. Previous, I used to work with the VBA and the color value I get through these settings. For foreground color used this for VBA:...
View ArticleNew Post: Instead of 32-bit dll is there 64-bit dll as well?
Hi Team, The NPOI binary packages 2.1.3.1 comes with 32-bit dll's. Is there 64-bit dll for the same. Regards, Naveen
View ArticleNew Post: Does NPOI support Pivot charts?
I am trying to create spreadsheet from template. Template is having 3 sheets: 1st one is chart sheet which contains pivot chart. 2nd sheet contains pivot table which is used as data table for pivot...
View ArticleNew Post: Adding headers to Word documents
I have an application that spits out formatted Word documents. I'm trying to edit the headers, but haven't been able to do it. Is anyone able to help? Here's the code so far, where pHeader is the...
View ArticleNew Post: Does NPOI support Pivot charts?
pivot is not supported by NPOI. Maybe you can take a look at EPPlus.
View ArticleNew Post: NPOI - Set precision as displayed
which version of NPOI are you using? This flag is unchecked by default. If it's checked, it looks to a bug
View ArticleNew Post: Saving macro enabled workbook gCrash excel
NPOI doesn't support macro-enabled Excel file (xlsm). I'm afraid the macro part is lost while saving via NPOI.
View ArticleNew Post: NPOI.OOXML
Is there any reason any NPOI.OOXML is not included in the source, or at least I did not see it? I am sure I can decompile it, but making sure there is nothing against this. Thanks,
View Article