Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 2.56 KB

TechDraw_SpreadsheetView.md

File metadata and controls

64 lines (37 loc) · 2.56 KB

  • GuiCommand: Name: TechDraw SpreadsheetView MenuLocation: TechDraw -> Views From Other Workbenches -> Insert Spreadsheet View Workbenches: TechDraw_Workbench, Spreadsheet_Workbench

TechDraw SpreadsheetView

Description

The TechDraw SpreadsheetView tool allows you to place a view of a selected spreadsheet on a Page.


Spreadsheet element inserted in the TechDraw drawing page

Usage

  1. Select a single spreadsheet in the Tree view.
  2. If there are multiple drawing pages in the document: optionally add the desired page to the selection by selecting it in the Tree view.
  3. There are several ways to invoke the tool:
    • Press the Insert Spreadsheet View button.
    • Select the TechDraw → Views From Other Workbenches → Insert Spreadsheet View option from the menu.
  4. If there are multiple drawing pages in the document and you have not yet selected a page, the Page Chooser dialog box opens: (v0.20)
    1. Select the desired page.
    2. Press the OK button.
  5. Adjust the cell range of the view by changing its Cell Start and Cell End properties.

Notes

  • In {{VersionMinus|0.19}} some characters in spreadsheet cells will cause errors when displayed in a Spreadsheet View. These characters have to be XML encoded. Currently known characters are: {{Incode|&}} (replace with {{Incode|&amp;}}) and {{Incode|<}} (replace with {{Incode|&lt;}}). See also this discussion in the forum.

Properties

See also TechDraw View.

Data

{{TitleProperty|Spreadsheet}}

  • Source|Link: The spreadsheet to be added to the page.

  • Cell Start|String: The top left cell of the cell range to be included in this view.

  • Cell End|String: The bottom right cell of the cell range to be included in this view.

  • Font|Font: The name of the font used for texts.

  • Text Color|Color: The color of texts and lines that have no color specified in the spreadsheet.

  • Text Size|Float: The font size of texts.

  • Line Width|Float: The width of the cell borders.

{{TechDraw Tools navi}}


documentation index > TechDraw > TechDraw SpreadsheetView