Hi can anyone please help me to find an answer to keep autofitwidth to all columns in xlsx file
Page 1 / 1
Hi @sandeepreddy124, in your Workspace did you use the transformer JavaScriptCaller?
Thanks,
Danilo
Hi @sandeepreddy124, in your Workspace did you use the transformer JavaScriptCaller?
Thanks,
Danilo
No, I did not use transformer JavaScriptCaller. Instead I have used alasql.min.js
Thanks,
Sandeep
Hi @sandeepreddy124, in your Workspace did you use the transformer JavaScriptCaller?
Thanks,
Danilo
Here is the sample query that i am using please suggest me to get the column in the xlsx file as autofitwidth.
alasql('SELECT name as Name,class as Class,scholl_name as Scholl_Name, student_gaurdian as Gaurdian INTO XLSX("Details.xlsx",{sheetid:"Student_details"}) FROM ?', 9arr]);
Thanks
Sandeep