excel_sheet_get_row_styleΒΆ
excel_sheet_get_row_style returns a real data matrix with the style indizes
of an Excel 2007 sheet .xlsx. For Excel 2003 and older Excel versions
the function returns a matrix with all elements set to 1.
- rmVal = excel_sheet_get_row_num(oSheet)
Return Value
rmVal is a real matrix. The matrix contains the index value of the cell style.
Parameters
- oSheet
oSheet is an object created by excel_sheet_open.
Comment
Before this function is invoked excel_sheet_get_rows must be invoked.
An example for the use of this function can be found in the UniScript file
excel.ic. In Excel 2007 the cell format is specified by one index value.
The index refers to a style in the style file styles.xml found in the
Excel-ZIP file *.xlsx. The style specifies the number format, fill color
font, frame, etc.
Example
See excel_open.
History
Version |
Description |
|---|---|
5.5.0 |
New |
See also
Overview Excel Files, excel_open, excel_sheet_open, excel_get_sheetnames, excel_get_style_index, excel_get_style_map, excel_sheet_close, excel_sheet_get_rows, excel_sheet_get_row_num, excel_sheet_get_row_str, excel_sheet_get_row_type
id-705096