This module implements Stock charts for Excel::Writer::XLSX. The chart object is created via the Workbook "add_chart()" method: my $chart = $workbook->add_chart( type => 'stock' ); Once the object is created it can be configured via the following met...
JMCNAMARA/Excel-Writer-XLSX-1.07 - 06 Aug 2020 20:06:02 UTCThis is a documentation only module showing the examples that are included in the Excel::Writer::XLSX distribution. This file was auto-generated via the gen_examples_pod.pl program that is also included in the examples directory....
JMCNAMARA/Excel-Writer-XLSX-1.07 - 06 Aug 2020 20:06:02 UTCThe "Excel::Writer::XLSX" module can be used to create an Excel file in the 2007+ XLSX format. The XLSX format is the Office Open XML (OOXML) format used by Excel 2007 and later. Multiple worksheets can be added to a workbook and formatting can be ap...
JMCNAMARA/Excel-Writer-XLSX-1.07 - 06 Aug 2020 20:06:02 UTCThe "Chart" module is an abstract base class for modules that implement charts in Excel::Writer::XLSX. The information below is applicable to all of the available subclasses. The "Chart" module isn't used directly. A chart object is created via the W...
JMCNAMARA/Excel-Writer-XLSX-1.07 - 06 Aug 2020 20:06:02 UTC