Coldfusion- read large excel(xlsx) files using cfspreadsheet

481 Views Asked by At

I have a large .xlsx file (20mb) I need to read the data and create tab separated files.

I am having problems with loading this file (OutOfMemoryError) and java heap error by using cfspreadsheet

Update

  • ColdFusion 10
  • Java 7
0

There are 0 best solutions below