New Post: NPOI and setCellFormula(): decimal-separator is cutoff
Hi tonyqus, I just migrated my app to 2.0.5. I can confirm 100% that the same problem is still present and not fixed. Thanks,
View ArticleNew Post: How can I obtain Scaling mode: Reduce/Enlarge printout?
myWorksheet.FitToPage = false; did the trick!
View ArticleNew Post: NPOI and setCellFormula(): decimal-separator is cutoff
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Changing OleDb connection
I need NPOI to do what I would think is a simple task, but I am finding nothing documented on how to do this, Google is failing me. I need NPOI to open an Excel file and change the OleDB connection,...
View ArticleNew Post: XSSFSheet - Multiple images in single sheet
Hi guys, I am having an issue putting multiple images into a single sheet using NPOI version 2.0 This is the code I am using, and have following instructions to only use one Patriarch in the...
View ArticleNew Post: Changing OleDb connection
I don't understand what you mean. What's the relationship between Excel, NPOI and OleDB? If you read/write Excel via NPOI, there is no need to use OleDB connection. Please clarify.
View ArticleNew Post: Build samples
I don't think it's a big deal because Notepad++ supports searching and replacing in files (including sub folders).
View ArticleNew Post: How to get image position (Anchor) in excel
This looks to be custom requirement from you. You can buy professional service from NPOI team. Please contact me via tonyqus@gmail.com
View ArticleNew Post: XSSFSheet - Multiple images in single sheet
Hi tony, I would expect two different images to be inserted into a sheet. Logo1 should appear at the top of the sheet. Then there is a table entry (which is working and I've just excluded from the...
View ArticleNew Post: NPOI and setCellFormula(): decimal-separator is cutoff
Can you donate some money to cover my efforts on fixing this issue :-)
View ArticleNew Post: Changing OleDb connection
I figured out a different way of handling the issue, basically something like what you mentioned.
View ArticleNew Post: NPOI 2.0 beta 1 : Copy sheet between workbooks (contributed by Paul...
https://github.com/Sappharad/npoi/commit/8a6eccc2e36e3a3181658844d6234b3439e3b6d6. Here is the test case Paul added.
View ArticleNew Post: Build samples
Thanks for answers. True: decision is realy obvious. First decision is bulk replace paths in projects (Notepad++ for example). Second one is: download full the sources and build them,
View ArticleNew Post: Creating custom color palette entries: SetColorAtIndex
Good morning, I sorry if don't must write in this post, but when I try this sample, I obtain an error in the lines POI.HSSF.Record.PaletteRecord.STANDARD_PALETTE_SIZE = 64 and...
View ArticleNew Post: Unable to apply Cell Style When Creation Multiple Sheet
I have successfully created a workbook with one sheet however while creatin one more sheet into the workbook after a point i am unable to add cell style to sheet . Please help please find the code...
View ArticleNew Post: Excel found unreadable content in filename.xls
Hi! I'm trying to run some examples and when I open excel files, occurs an error: "Excel found unreadable content in filename.xls" I compiled the example: "CreateEmptyWorkbook" thanks!
View Article