TechDraw "Вставить электронную таблицу"

From FreeCAD Documentation
Revision as of 08:59, 29 May 2023 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Вставить электронную таблицу

Системное название
TechDraw_SpreadsheetView
Расположение в меню
TechDraw → Вставить электронную таблицу
Верстаки
TechDraw, Spreadsheet
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Нет

Описание

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

Применение

  1. Select a spreadsheet in the Tree view.
  2. Press the Insert Spreadsheet View button.

Свойства

See also TechDraw View.

Data

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.

Notes

  • In version 0.19 and below 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: & (replace with &amp;) and < (replace with &lt;). See also this discussion in the forum.