You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
Even though the plugin can detect DateTime objects:
spout/src/Spout/Common/Entity/Cell.php
Lines 151 to 153 in 9533acc
spout/src/Spout/Common/Helper/CellTypeHelper.php
Lines 61 to 67 in 9533acc
The writer does not have any appropriate parser for these objects and as a result my system is throwing this error:
With a little bit of poking around, I found that this method is not being called anywhere within the package:
spout/src/Spout/Common/Entity/Cell.php
Line 196 in 9533acc
Which in-turn throws the
InvalidArgumentException
here:spout/src/Spout/Writer/XLSX/Manager/WorksheetManager.php
Line 256 in 9533acc
I currently did an ugly hack to bypass this issue. Am I missing something here?
The text was updated successfully, but these errors were encountered: