I need to auto-fit all rows in large (30k+ rows) xlsx file. The following code via apache poi works on small files, but goes out with OutOfMemoryError on large ones:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Are there any free alternatives to using \"Microsoft Excel 1开发者_运维百科2.0 Object Library\" component in the application? It does the job, but it\'s very slow. I know there are commercial third-pa
Im reading a xlsx file as a db to do some work i noticed that its reading some feilds in as int and date even though i just want it all to come in as text . is there anyway to override this feature?
I am trying to convert CSV file to MS Excel file. one of the issue, is that my CSV file , which I am getting from client, is not well formed. I tried to parse it with different approach but none of th
My application generates XLSX files based on a users require开发者_高级运维ments. After the XLSX file is generated the user is redirected to where the file is saved using Response.Redirect...
In the XML of a worksheet in an XLSX file (Excel 2007) cell tagsthat have a \"t\" attribute equal to \"s\" are string types.The value tag inside the c needs to be looked up and converted via the share
My code was quite sufficient for reading xls file in C# (using Microsoft.Jet.Oledb.4开发者_C百科.0) but when I tried to read Office 2007 (xlsx) file, it didn\'t work. I searched and found that it coul
I\'m having problem creating Excel files using Jet. When I create a table and give it a Column name as
I need to create sort of a php based Excel (xslx) handling component. I figured that there are several open source projects around which are into this. Does anyone has particular