GithubHelp home page GithubHelp logo

sjxslx's People

Watchers

 avatar

sjxslx's Issues

Please follow fork of this project on GitHub

Well, I feel like behaving a little bit rudely, but I saw there is no 
maintenance for this project since Jan 2013 which is now 2 years, so I decided 
to take it forward, because I liked the lean and fast approach it uses to read 
Excel files.

Therefore I have copied this project to GitHub and it's now available for 
forks, issues and pull requests.

Please follow this project on GitHub: https://github.com/davidpelfree/sjxlsx

David.

Original issue reported on code.google.com by [email protected] on 18 Jan 2015 at 6:31

Parser skips columns with index larger than AZ not ZZ

What steps will reproduce the problem?
1. prepare xlsx file with e.g 2 rows (header, single row)
2. try to prase it using Iterate mode
3. print out single row

What is the expected output?
Whole header and row
What do you see instead?
Header and row to AZ all other columns are skipped

What version of the product are you using? On what operating system?
sjxlsx.1.0.0 Windows

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Sep 2014 at 11:36

Date formatted cells will be converted to a numeric value

What steps will reproduce the problem?
1. Enter a value (e.g. 6/28/14 or 31.05.2014) into a cell and set it as Date
2. Load that file with the following lines of code:

SimpleXLSXWorkbook workbook = new SimpleXLSXWorkbook(file);
sheet = workbook.getSheet(0);
List<Cell[]> rows = sheet.getRows(); 

Now when you check the values of these Date cells you get a numeric value and 
not a Date String or a Date.

Original issue reported on code.google.com by [email protected] on 16 Jul 2014 at 10:00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.