Paul
My feedback
4 results found
-
8 votesPaul supported this idea ·
-
656 votesPaul supported this idea ·
-
37 votes
Thanks for reporting the issue. We are reviewing it
-InDesign Team
Paul supported this idea · -
6 votes
An error occurred while saving the comment An error occurred while saving the comment Paul commentedI also cannot set the excel import options table formatting options via script. I use the following line:
app.excelImportPreferences.tableFormatting = TableFormattingOptions.EXCEL_FORMATTED_TABLE;
If the UI import option panel says Unformatted before I run the script, the placed excel xlsx document remains unformatted after I run the script. If I check after running the previous line with:
alert (app.excelImportPreferences.tableFormatting)
I am alerted the the setting is the one I wanted, e.g. formatted, yet the resulting placed content is unformatted.
I hope you can set me straight on this one. Thanks!
I have looked further into tableFormattingOptions via javascript.
I in fact can successfully set the following:
TableFormattingOptions.EXCEL_UNFORMATTED_TABBED_TEXT
TableFormattingOptions.EXCEL_UNFORMATTED_TABLE
but I cannot set
TableFormattingOptions.EXCEL_FORMATTED_TABLE
TableFormattingOptions.EXCEL_FORMAT_ONLY_ONCE
When attempting to set these last two, the result is EXCEL_UNFORMATTED_TABLE.
So, there's a bug. I'm using a Mac and CC2019. I hope this helps. Thanks!