environmentaltools.common.cwriter

environmentaltools.common.cwriter(file_out: str)[source]

Create Excel workbook and worksheet for writing.

Initializes an Excel file with xlsxwriter engine for formatted output.

Parameters:

file_out (str) – Output file path.

Returns:

(workbook, worksheet) - Excel writer objects for formatting.

Return type:

tuple