Skip to content

Paul

My feedback

4 results found

  1. 8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Paul supported this idea  · 
  2. 635 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Paul supported this idea  · 
  3. 37 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Under Review  ·  amaarora responded

    Thanks for reporting the issue. We are reviewing it

    -InDesign Team

    Paul supported this idea  · 
  4. 6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Paul commented  · 

    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!

    An error occurred while saving the comment
    Paul commented  · 

    I 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!

Feedback and Knowledge Base