jasonrogena / jasonrogena/php-excel-reader
Reading Date Value
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
I have a spreadsheet with date values in a column. However phpexcel is
returning a string value instead.
For example, 24/08/2009 returns 40049. Even typing the date value in other
format like 08/04/2009 returns 40049.
```
Original issue reported on code.google.com by `mrp...@gmail.com` on 28 Aug 2009 at 3:20
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported spreadsheet date values and inspect the library's date-reading path. Verify how values such as 40049 are interpreted and define done as returning the expected date representation instead of the spreadsheet serial value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100