php-ext-xlswriter icon indicating copy to clipboard operation
php-ext-xlswriter copied to clipboard

🚀 PHP Extension for creating and reader XLSX files.

Results 54 php-ext-xlswriter issues
Sort by recently updated
recently updated
newest added

Please use following to reproduce the problem. I can't use the insertDate method, because I must show datetime based on user timezone. That is why I use the insertText to...

![176847042be62b1ab6150b295100ce60](https://github.com/viest/php-ext-xlswriter/assets/20633070/7f28f45c-4674-4635-a730-4436eb594166) 实际测试 如果想忽略一行 应该是0,忽略前两行 要写1 xls版本是1.5

选中文件后,支持编辑已有文件的功能,而不是现在只能读or写,减少`openFile`+`fileName`的复合操作

![image](https://github.com/viest/php-ext-xlswriter/assets/1614114/b47bb305-41b9-4882-bda7-4aa578c96225) php7.4.33 ~~~ ./configure --prefix=/usr --disable-all --without-pcre-jit --with-openssl --enable-openssl --with-curl --with-iconv --enable-intl --with-bz2 --enable-bcmath --enable-filter --enable-json --enable-session --enable-tokenizer --enable-mbstring --enable-ctype --with-zlib --with-zip --enable-posix --enable-sockets --enable-pdo --enable-sysvmsg --with-sqlite3 --enable-phar --enable-pcntl --enable-mysqlnd...