Overview
This Smart Service can be used to generate Excel Document from SQL Query. This is an alternative to Smart Services using the Apache POI library. This plugin makes use of Fast-Excel open-source java library and can handle large data sets efficiently by optimising the memory utilisation during the generation of excel file.
Key Features & Functionality
Data Types: SQLSheetDataSmart Services: writeSQLToExcelV1
I tried to pass 4 sheets and 4 query rules(same statement). I am getting [SQL command not properly ended] error. Is there any specification to consider while writing sql statement. I was able to get document for one sheet. For multiple sheet I am getting this error.
Can you check if you are passing semi-colon in the sqlQuery? It should not be included.