Add support for Office 2007+ documents and for reading date formatted colunmns#4
Add support for Office 2007+ documents and for reading date formatted colunmns#4brian-pickens wants to merge 6 commits into
Conversation
|
What's different in your date fix from pull request #3? |
|
My date fix grabs the cells date format string and uses that to format the On Wed, Apr 30, 2014 at 1:34 PM, Arthur Blake notifications@github.comwrote:
|
|
Honestly though I'm not trying to compete with your patch, I just happen to On Wed, Apr 30, 2014 at 1:38 PM, brian pickens brian.m.pickens@gmail.comwrote:
|
|
OK. I just wasn't sure what was different. So are you saying that my patch would break on certain date formats? |
|
I don't think it would. Looking at your patch, it looks like the incoming On Wed, Apr 30, 2014 at 1:51 PM, Arthur Blake notifications@github.comwrote:
|
|
OK. Now if we can only get bennadel to accept these pull requests. Not sure he's paying attention as mine and one other have been sitting out there for months. |
|
Yeah noticed that. No matter. GitHub makes it pretty easy for people to see On Wed, Apr 30, 2014 at 1:58 PM, Arthur Blake notifications@github.comwrote:
|
|
Solomon87 - How can I pull your version for testing? |
Using the xssf objects instead of the old hssf
Update to create XLSX documents with the custom tags
These changes add in support for reading and writing Office 2007+ documents as well as support for reading in date formatted columns.