Class CalcSheetId
- class ooodev.calc.calc_sheet_id.CalcSheetId(sheet)[source]
Generates a unique id for the sheet if it does not exist and makes it available via the id property.
Note
This class creates a hidden control on the sheet to store the unique id. When the sheet is copied the hidden control is not copied. This means that for copied and new sheets a new unique id will be generated.
- Parameters:
sheet (CalcSheet) –