Example 2: Import One Or More Tables into One or More New Sheets

Example 2A: Single Table Import To A New Sheet

In this example we show how to take the 3rd table within c:\input\In.DOC and place into C:\Output\Out.XLS, in a new worksheet called "Oranges" beginning at cell D3. We remove the table formatting.

ConvertXLS.EXE /S"C:\Input\In.Doc" /T"C:\Output\Out.XLS" /P115 /1"3" /2 1 /3 "Oranges" /4 D3 /9 TRUE

Example 2B: Several Table Import To Several New Sheets

In this example we show how to take tables 1,3 and 4 within c:\input\In.DOC and place into C:\Output\Out.XLS, in several worksheets called "Oranges_1", "Oranges_3", and "Oranges_4" respectively. Tables are placed beginning at cell D3. We remove the table formatting.

ConvertXLS.EXE /S"C:\Input\In.Doc" /T"C:\Output\Out.XLS" /P115 /1"1,3-4" /2 1 /3 "Oranges" /4 D3 /5 6 /9 TRUE