Skip to content
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

Generate .ods file instead of .xlsx from the command line #413

Closed
leoheck opened this issue Jun 8, 2020 · 4 comments
Closed

Generate .ods file instead of .xlsx from the command line #413

leoheck opened this issue Jun 8, 2020 · 4 comments
Assignees
Labels
user help User help for installation, configuration or use.

Comments

@leoheck
Copy link

leoheck commented Jun 8, 2020

Using v1.1.5

There are any way to export .ods from the command line instead of .xlsx?
Looking there in the --help, I could not find anything like that

@hildogjr
Copy link
Owner

hildogjr commented Jun 8, 2020

No, it is just a LibreOffice conversion.

this is given by the line 819 in the GUI code (just there and there is issue related with this execution #361):

os.system('{e} --headless --convert-to ods {i} --outdir {o}'.format(e=libreoffice_executable, si=spreadsheet_file, o=os.path.dirname(spreadsheet_file)))

@hildogjr hildogjr closed this as completed Jun 8, 2020
@hildogjr hildogjr self-assigned this Jun 8, 2020
@hildogjr hildogjr added the user help User help for installation, configuration or use. label Jun 8, 2020
@hildogjr
Copy link
Owner

hildogjr commented Jun 8, 2020

@leoheck
Copy link
Author

leoheck commented Jun 8, 2020

Yes, but it is the user using it, not the Kicost developer.

The UI should be simple. But ok, if this is your decision.

@hildogjr
Copy link
Owner

hildogjr commented Jun 8, 2020

Just because I are without really active programmers/developers. We have to focus the main features to keep it stable, before add some more. cosmetics.
The road map planned some drastic changes at the distributors module to allow more than one API and allow automatic generic parts selection (resistors and capacitors) #17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user help User help for installation, configuration or use.
Projects
None yet
Development

No branches or pull requests

2 participants