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

Improve ODS target #109

Open
GoogleCodeExporter opened this issue Apr 18, 2015 · 7 comments
Open

Improve ODS target #109

GoogleCodeExporter opened this issue Apr 18, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

The new ODS (Open Document Spreadsheet) is more powerful than the CSV one, 
because each table has its own sheet.

My implementation choice was to use a simple flat XML file and not a zipped 
directory of different content/style/metadata files.

I only test the sample.ods file against OpenOffice.org 2.4 on GNU/Linux. 
Feedbacks from other platforms are welcome.

Actually, this target fail to do a readable table.ods file from 
test/target/table.t2t because of the use of "<" and ">" chars that should be 
escaped and remplaced by &lt; and &gt;

Original issue reported on code.google.com by fgalla...@gmail.com on 20 Dec 2010 at 11:42

@GoogleCodeExporter
Copy link
Author

The name of each table is "Table " + str(n°_of_the_table). Should we have a 
way to specify a table title ?

Original comment by fgalla...@gmail.com on 20 Dec 2010 at 11:46

@GoogleCodeExporter
Copy link
Author

I think Table 1, Table 2 are good enough, since we're a generic tool.

To escape < > & in -t ods just use the rule escapexmlchars in getRules().

Original comment by aureliojargas@gmail.com on 20 Dec 2010 at 12:21

@GoogleCodeExporter
Copy link
Author

Rule escapexmlchars added in r634. Txt2tags is so KISS :-), thx Aurélio !

Original comment by fgalla...@gmail.com on 20 Dec 2010 at 12:44

@GoogleCodeExporter
Copy link
Author

KISS is gold and I'm really glad our team agrees with that! :)

Original comment by aureliojargas@gmail.com on 20 Dec 2010 at 12:53

@GoogleCodeExporter
Copy link
Author

Original comment by fgalla...@gmail.com on 19 Jun 2011 at 1:12

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

I need feedbacks about LibreOffice, mine seems to fail...

Original comment by fgalla...@gmail.com on 4 Jan 2012 at 6:26

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

I have libreoffice 3.4.4 (OOO340m1 (Build:402)) on Arch Linux, it seems to work 
as expected.

Original comment by eforg...@gmail.com on 4 Jan 2012 at 8:12

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

No branches or pull requests

1 participant