• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Possible or not to change Table_Formatting_Options

Enthusiast ,
Sep 28, 2016 Sep 28, 2016

Copy link to clipboard

Copied

Hi All,

My request is to change the table formatting options

from "TableFormattingOptions.EXCEL_UNFORMATTED_TABBED_TEXT"

to "TableFormattingOptions.EXCEL_FORMATTED_TABLE"

Screenshot for your more clarifications,

Screen Shot 2016-09-28 at 1.51.49 PM.png

To:

Screen Shot 2016-09-28 at 1.51.56 PM.png

Trying code is 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

TOPICS
Scripting

Views

246

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 28, 2016 Sep 28, 2016

Copy link to clipboard

Copied

LATEST

Hi.

this works for me. (cc version9.3)

what are problems?

thank you

mg

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines