mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 11:08:34 +01:00
New: Can export into Excel 2007 format
This commit is contained in:
@@ -59,7 +59,7 @@ class ExportExcel2007 extends ExportExcel
|
||||
|
||||
$this->id='excel2007'; // Same value then xxx in file name export_xxx.modules.php
|
||||
$this->label='Excel 2007'; // Label of driver
|
||||
$this->desc='<b>Excel</b> file format (.xslx)<br>This is native Excel 2007 format (SpreadsheetML).';
|
||||
$this->desc='<b>Excel</b> file format (.xslx)<br>This is native Excel 2007 format.';
|
||||
$this->extension='xslx'; // Extension for generated file by this driver
|
||||
$this->picto='mime/xls'; // Picto
|
||||
$this->version='1.30'; // Driver version
|
||||
|
||||
Reference in New Issue
Block a user