GithubHelp home page GithubHelp logo

Comments (3)

psalaets avatar psalaets commented on July 18, 2024

This seems like the same kind of problem as #4. Do you think some kind of i18n support would cover it?

For each supported language, the bundle would contain:

  • symbols for true/false
  • argument separator
  • number parsing

and whatever other differences there are.

It's been a while since I thought about these excel modules, so I sort of forget, but I think this may be a tokenizer issue.

from excel-formula-ast.

thunder7553 avatar thunder7553 commented on July 18, 2024

Yes, I think that would solve it. Excel saves the formulas in an language independent mode (which basically means always english) and to display it, it switches the symbols. What's missing is a function to print the formula out of the AST tree.

from excel-formula-ast.

psalaets avatar psalaets commented on July 18, 2024

I think I have this working. The changes are in psalaets/excel-formula-tokenizer version 2.3.0.

Can you try running your code with [email protected] and excel-formula-ast (latest)?

Edit: okay I'm wrong, still not fully working. Your formula from #4 doesn't tokenize correctly.

from excel-formula-ast.

Related Issues (8)

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.