Export SQL to excel Smart Service - Error in latest version

A Score Level 1

Hi All,

Excel tools plugin just got upgraded with the latest version. After the upgrade, we are facing issues with Export SQL to excel Smart Service since the new version have two extra inputs, one of them (Input wrap_text) is mandatory.

I am not able to find any details regarding this input in pdf file of excel tools.

Please help if anyone has any idea regarding the same. What do we need to mention under wrap_text input in this smart service.

Is there any documentation available explaining the changes in the latest version?

Thanks and Regards

 

 

 

 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    A Score Level 2
    in reply to Ravi
    Hi Ravi,

    I have also encountered the same issue Hence I did a cursory check on the plug in code and as per my analysis this error occurs If we try to overwrite an existing row in template and the SXSSFWorkbook API does not support this.I did cross check my template and found there were already some entries in template ,after deleting all the entries except Header(if you are using header in template) the smart service worked properly.
    Hope this helps!!
Children