Possible or not to change Table_Formatting_Options
hi all,
my request change table formatting options
from "tableformattingoptions.excel_unformatted_tabbed_text"
to "tableformattingoptions.excel_formatted_table"
screenshot more clarifications,
to:
trying code below:
alert( app.excelimportpreferences.tableformatting) if((app.excelimportpreferences.tableformatting == tableformattingoptions.excel_unformatted_table) || (app.excelimportpreferences.tableformatting == tableformattingoptions.excel_unformatted_tabbed_text) || (app.excelimportpreferences.tableformatting == tableformattingoptions.excel_format_only_once)) { app.excelimportpreferences.tableformatting = tableformattingoptions.excel_formatted_table; } alert(app.excelimportpreferences.tableformatting)
regards
siraj
hi.
this works me. (cc version9.3)
what problems?
thank
mg
More discussions in InDesign Scripting
adobe
Comments
Post a Comment