We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi The issue (#527) seems to be still active with php 8.3 and xlswriter 1.5.8 release.. On my own
Code to reproduce
<?php use Vtiful\Kernel\Excel; require_once "../External/autoload.php"; $excel = new Excel(['path' => dirname(__DIR__) . '/Cache']); $dateFile = $excel->fileName("free.xlsx") ->header(['date']); $dateFile->insertDate(1, 0, time(), 'yyyy-mm-dd hh:mm:ss'); $dateFile->output();
Expected result
date 2024-09-19 xx:xx:xx
Actual Result
date 45638.655
if i try your example here https://xlswriter-docs.viest.me/en/dan-yuan-ge/cha-ru-date
<?php $excel = new \Vtiful\Kernel\Excel($config); $dateFile = $excel->fileName("free.xlsx") ->header(['date']); $dateFile->insertDate(1, 0, time(), 'mmm d yyyy hh:mm AM/PM'); $textFile->output();
The result is the same...
Any fix on your side?
Best
Originally posted by @DAdq26 in #527 (comment)
The text was updated successfully, but these errors were encountered:
up ?
Sorry, something went wrong.
No branches or pull requests
Hi
The issue (#527) seems to be still active with php 8.3 and xlswriter 1.5.8 release..
On my own
Code to reproduce
Expected result
Actual Result
if i try your example here https://xlswriter-docs.viest.me/en/dan-yuan-ge/cha-ru-date
The result is the same...
Any fix on your side?
Best
Originally posted by @DAdq26 in #527 (comment)
The text was updated successfully, but these errors were encountered: