-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Use pyA2L for export to excel #11
Comments
Hi Hemanth, I've just written a bare minimum Regarding Excel: Now you can "connect" to Excel this way: from win32com import client That's it! Just ask, how to put the loose ends together :-) Cheers Christoph |
I would recommend using https://xlsxwriter.readthedocs.io to generate the excel file. It is pretty easy to use and works out of the box, independent of platform and preinstalled software. |
Hi @HemanthMChakravarthy did you succesfully converted a2l file into excel?if yes, could you help me ,as i was trying to do the same. |
I'm trying to use pyA2L for exporting the A2L file into excel file. Is there an API for that?
Or could you help me with a sample implementation?
The text was updated successfully, but these errors were encountered: