Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
start:plugins:table:table-usermanual [2021/06/18 14:03]
adminmar [TableEdit]
start:plugins:table:table-usermanual [2021/06/25 15:37]
adminmar [TablesReload] add explanation about relative paths
Line 71: Line 71:
 | SpreadSheetIndex\\ (Scripted mode only)  | For excel import, sets the worksheet((Excel tab)) index.\\ (Default is 0, meaning first tab)  || | SpreadSheetIndex\\ (Scripted mode only)  | For excel import, sets the worksheet((Excel tab)) index.\\ (Default is 0, meaning first tab)  ||
 ==== TablesReload ==== ==== TablesReload ====
-This command will reload every tables in the document from their original document (.xls, .xlsx, .csv).\\  +This command will reload every tables from their original document (.xls, .xlsx, .csv).\\  
-The tables whose original file has been deleted or moved will be ignored, as well as tables created inside Rhino.+The tables whose original file can't be found((From //Table// 3.3.3, both the absolute path and the relative path are stored in the Tables' user texts. When reloading, the command will first try to use the absolute path, and if it fails it will fall back to using the relative path.)) will be ignored, as well as tables created inside Rhino (No external references).
 ==== TableDuplicate ==== ==== TableDuplicate ====
-This command will create new table, based on an existing one.+The command **//TableDuplicate//**((Only available with Rhino 6-7)) allows us to duplicate a table created or imported with our plugin.  
 +Using this command instead of Rhino's to duplicate a Table avoids the issue of sharing the same DimensionStyle between a table and its copy.