Hi All,
Request:
Finding the stack in InDesign file and write this in Excel file with contents and page number.
Difficulty:
While we write other than english languages (i.e., Japanese, Germany etc..) in Excel, blank excel is produced.
Is there any best way to write the array or string in excel?
This is dummy text write in Excel File "рцедля"
var myReport = new File("~/Desktop/abc.xls");
myReport.open("w");
myReport.write(_stackArray);
//myReport.write("aaa");
myReport.close();
Thanks in Advance