Import external spreadsheet as table entity.
NedCAD-pakket:
ACME
Sneltoetsen:
—
Commandoregel:
NCTableIn
NCTableIn
command exports a spreadsheet using headless LibreOffice and imports part of it as a table entity into BricsCAD.
The part to be imported is in the spreadsheet between tag <tabledata ...>
and tag </tabledata>
, in the first column (A) of the spreadsheet.
NCTableIn
first asks for a spreadsheet and, after processing, for an insertion point.
An example of a start tag in a spreadsheet:
<tabledata cols=3 cell-width=(30 16 20)>
This means: The three columns of data between <tabledata ...>
and </tabledata>
are imported as a table entity where the widths of the columns in the CAD program are 30, 16 and 20 drawing units respectively.
NCTableIn
uses the current scale CANNOSCALEVALUE
as the scale factor.