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

ODT use problem #23

Closed
gtessler opened this issue Jan 17, 2012 · 4 comments
Closed

ODT use problem #23

gtessler opened this issue Jan 17, 2012 · 4 comments
Labels

Comments

@gtessler
Copy link

I'm using UNOCONV 0.4 to convert a CSV file to ODS spreadsheet using a template (.ots) but for some reason it's not working. when UNOCONV runs in verbose mode, it indicates that it using the template, The ODS is generated but the template configurations are note there.

I'm using the folow command line:

unoconv -v -f ods -t template.ots -i 59,34,utf-8,2 -o teste file.csv

Can you help me find out what I'm doing wrong ?

Thanks for any help

Gerson Tessler

@dagwieers
Copy link
Member

On Tue, 17 Jan 2012, Gerson Tessler wrote:

I'm using UNOCONV 0.4 to convert a CSV file to ODS spreadsheet using a
template (.ots) but for some reason it's not working. when UNOCONV runs
in verbose mode, it indicates that it using the template, The ODS is
generated but the template configurations are note there.

I'm using the folow command line:

unoconv -v -f ods -t template.ots -i 59,34,utf-8,2 -o teste file.csv

Can you help me find out what I'm doing wrong ?

Well, your CSV file obviously does not have any styles attached to
cells, so how exactly do you expect these styles to be set ?

I doubt this will ever work the way you do.

-- dag wieers, dag@wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info@dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]

@gtessler
Copy link
Author

Hi Dag,

Thanks for your fast response!

Now I understood how the template mecanism works. Thanks.

There is a way to pass a "style string parameter" to apply styles to a column set ?

@gtessler
Copy link
Author

Sorry, another question.

The is a way to just append the CSV data to an already existent ODS file ?

That way I could prepare an already formated spreadsheet and just include the CSV data.

Thanks again for your help

@dagwieers
Copy link
Member

I don't think any of that is possible with the CSV import filter, but you have to discuss this with the upstream project if you have specific feature requests. The more specific you are in how it would/could work, the better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants