Example 1: Import One or More Tables into a Single Sheet

NOTE: The examples below are shown using Word documents as input, but they can be any file type MS Word can open.

Example 1A: Single Table Import To A Single 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 worksheet called "Apples" beginning at cell D3. We remove the formatting.

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

Example 1B: Several Table Import To A Single Sheet Remove 1st Row Of Each Table

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 a worksheet called "Apples" beginning at cell D3. We remove the formatting and the first row of each table. Each table is placed 6 rows below the previous one.

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