-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling Excel spreadsheets to Python #4
Comments
thanks, what would you like us to consider? |
Can your Library be considered as going towards (3). |
I suppose you could use parts of dirigible to accomplish some of that if you wanted to. There's a function to load Excel sheets into a dirigible sheet in dirigible/sheets/worksheet.py that would probably be a good place to start. |
Thanks for your answer. |
At this stage (since dirigible is an archive for an abandoned project that we are not working on anymore) your best bet is to work through the code so that you understand how it works. For any Excel formulae that it does not already support, I believe you can add code to add those functions (I think - it's been a while since I worked on this). |
Thanks . It looks like a very good project. |
Here are the functions supported. |
Please have a look at this post.
(vallettea/koala#249)
The text was updated successfully, but these errors were encountered: