Type Definition xlsxwriter::WorksheetRow[][src]

pub type WorksheetRow = lxw_row_t;
Expand description

Integer data type to represent a row value. Equivalent to u32.

The maximum row in Excel is 1,048,576.