AzzaAzza69
AzzaAzza69
Reproduce: Using the first dropdown on the demo page, type in: ab Using the mouse (click and drag) to highlight the ab letters, release the mouse button while outside of...
Reproduce: Using the first dropdown on the demo page, type in: ab Then use either the chrome "x" to clear the text or mouse highlight the ab letters, right-click and...
Some Edit | Configuration options to allow defaults for adding a resource: 1. An option to default the resource name from the filename (excluding the file extension) when the Add...
This fix may not work properly when writing out formula's but as I am only exporting data, it works for me! in the writeCell( function ... } elseif (/* modified...
While a sheetname can't start or end with a single quote ('), spaces are allowed, so the sanitize_sheetname function should be: ``` public static function sanitize_sheetname($sheetname) { static $badchars =...
in the BuildworkbookXML function, the sheetname output (when auto_filter set) wraps the sheetname in single quotes but doesn't double up on any single quotes contained in the name. Also (and...
As "headings" are cells just like data - they should be able to contain duplicated text! eg. $aCols=[]; $aCols['column']='@'; $aCols['column']='@'; // durh ; obviously $aCols['column']='@'; // durh ; obviously $aData=['data','data','data'];...
Having generated an xlsx from code (mimetype detected as application/zip) and also creating one in Excel (mimetype detected as application/vnd.openxmlformats-officedocument.spreadsheetml.sheet), writing the files in this order will fix it: $zip->addFromString("[Content_Types].xml"...
Ie. disable file operations like renaming, delete, moving, etc.
Specifically: * keyboard : Page Up, Page Down, Home and End usually navigate the items in the list (when the control is focused) and don't bubble back up to the...