Code Monkey home page Code Monkey logo

Comments (1)

adirfische avatar adirfische commented on June 8, 2024 1

Greetings,

With the newest release (v1.1.0) the reader should no longer throw errors when given a file using format specifications such as this one.

Note that this does not add full support for date/time formatting based on locale, despite this technically being the point of the 0xf400/0xf800 format codes. This form of locale information has gone ignored thus far, as there hasn't been an explicit request for this functionality yet.

This is because, for various reasons, it may be more beneficial for the consuming code to either:

  • enforce a consistent date/time format (via ReaderConfiguration::setForceDateFormat(), ::setForceTimeFormat() and/or ::setForceDateTimeFormat())
  • use DateTime objects instead (see ReaderConfiguration::setReturnDateTimeObjects())

If, despite of that, you happen to require the current system format to be applied correctly (which may or may not match that of the user that initially wrote the XLSX file), please open another ticket for it, which we would then treat as a feature request.
Otherwise, everything should work fine now.

Thank you for the report, and take care.

from xlsx-reader.

Related Issues (17)

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.