How can I use NPOI to insert a row like excel? The excel insert c开发者_运维问答ommand copy the format for the upper row
I have a problem that closely relates to this problem Microsoft Excel Error: "There was a problem sending the command to the program." whereby opening Excel gives There was an error sending
Using NPOI and attempting to follow a tutorial here: http://www.zachhunter.com/2010/05/npoi-excel-template/,
The below code which uses npoi to create excel documents displays images in open office calc but not in excel.
According to How can columns be set to 'autosize' in Excel documents created with NPOI? I did so:
I\'m using NPOI to output excel from Asp.Net MVC app and works very well with plain text but have now been requested to add formatting and am having problems where I need to have a single cell with bo
I\'m using npoi to generate excel docs. I have a requirement to add images to cells. Using the following code i can insert images into my doc. However the image span many cells. How can i ensure that
I\'m using the NPOI library with a C# application. What I\'m creating is a reporting system that automatically reads, and extracts data from an excel sheet. I was giv开发者_运维知识库en a spec, infor
I\'m trying to use the NPOI library in a winforms app. I have referenced the latest NPOI dll in my project and tried to reproduce the examples gave by NPOI and found on SO:
Is there any way to insert an existing macro into a existing excel file without using the excel library ?