Question about ExcelImporter

0
Hi guys, I have a problem with importing XLSX documents into my system. We need to import 85 XLS documents, where 1 of these documents has about 100k of rows. This means that this 1 document needs to be XLSX to be supported. We normally use the java call StartImportByTemplate that's in the excelimporter to process this all, but StartImportByTemplate does not support XLSX documents (I have the latest ExcelImporter (v3.0.1)). Anyone a idea how to solve my issue? Is there a different StartImportByTemplate call which supports XSLX documents? Thanks for the response
asked
1 answers
1

This question is solved... the StartImportByTemplate does support XLSX but there were other obstacles in our way ;)

answered