Hi, I need to create a Excel file greater than 65536 rows, the library is already prepared for this? Hope you can help me.
Thanks in advance.
Comments: ** Comment from web user: DotNetDeveloperCR **
Thanks in advance.
Comments: ** Comment from web user: DotNetDeveloperCR **
Thanks for the reply, no I have not tried export xlsx, what I'm trying to do is generate the Excel from a list, if the list is shorter than 65536, the file generates perfectly, but if is bigger than 65536, I get "Invalid row number (65536) outside allowable range (0..65535)", so what I need to know if NPOI is capable to generate the file.
Thanks again.