How can I change the import options for an Excel table in InDesign CS5.5?
hi,
i have problem indesign script works way in id cs4 , id cs5, stops working in id cs5.5.
what script should do, change import preferences table saved in excel file can place unformatted table new textframe in indesign document. excel document .xlsx-file.
function setexcelimportprefs() { (app.excelimportpreferences) { app.excelimportpreferences.tableformatting = tableformattingoptions.excelunformattedtable; } }
what script (or @ least seems do) is: nothing. table placed textframe script formatted, seems standard preference of indesign cs5.5 importing tables out of excel files.
does have hint me how make script work in id cs5.5?
as runs on machine (!) 1 reason may right spelling should : tableformattingoptions.excel_unformatted_table
More discussions in InDesign Scripting
adobe
Comments
Post a Comment