Questions tagged [opendocument]

opendocument is intended for questions related to one of the XML file formats defined in the Open Document Format for Office Applications specifications.

opendocument is an ISO standard which encompases three file formats:

  • .odt (word processor documents)
  • .ods (spreadsheet documents)
  • .odp (presentation documents)

These formats are defined by the following specifications:

  • ODF 1.0
  • ODF 1.0 (Second Edition)
  • ODF 1.1
  • ODF 1.2
  • ODF 1.3 (In Development)

Apache OpenOffice is the reference implementation.

References

88 questions
0
votes
1 answer

Supporting a subset of ODF in a .net application

I'm building a simple CMS for an ASP.net-based website and would like to store the site content in files that use a subset of the ODF file format. Ideally, the site should be able to save the content created in a format that any ODF-compliant editor…
Yes - that Jake.
  • 16,725
  • 14
  • 70
  • 96
0
votes
1 answer

OpenDocument manipulation in Lisp

I'm writing a program in Common Lisp that needs to: Load values from several ODS spreadsheets, process them and finally generate reports in ODS and ODT formats. The only actual library I've found so far is ODS4CL, but it doesn't support any styles…
Aleksei Zyrianov
  • 2,294
  • 1
  • 24
  • 32
0
votes
1 answer

What is the best way to incorporate flash file as a url in webapplication?

I am planning to integrate BO Xcelsius dashboards(SWF files) using open doc with web application. Right now i have only one option as using Iframe to incorporate it. Is this secure and fast ? I need to deal with huge amount of data for swf…
user416
  • 516
  • 3
  • 12
  • 34
0
votes
0 answers

Opening existing .odt file using OLE Automation

I want to open OpenDocument Text some file using COM OLE automation. IDispatch *pSm; //XMultiServiceFactory hr = CoCreateInstance(clsid, NULL, CLSCTX_LOCAL_SERVER, IID_IDispatch, (void **)&pSm); _variant_t result; _variant_t…
Nusrat Nuriyev
  • 1,134
  • 2
  • 13
  • 29
0
votes
2 answers

Count number of columns in an OpenDocument Spreadsheet (ODS file)

I have created a very simple application in C# which reads an OpenDocument Spreadsheet file using DotNetZipLib and the XmlDocument class. This has been relativity straightforward since formatting and styles are not relevant for my application. The…
Lea Hayes
  • 62,536
  • 16
  • 62
  • 111
0
votes
2 answers

Convert .doc/.docx documents to .odt (Open document text) and vice versa using java.

Is there any java library which can be used for converted Microsoft Word files (doc/docx) to Open Document Text format(.odt) formats. Free library would be preferable.
Santosh
  • 17,667
  • 4
  • 54
  • 79
0
votes
1 answer

I need some advice about DOCX format sync(iOS) for using google drive api. Anyone can help me?

Using DOCX to make sync, Insert, Download, Update works find but JPEG image header disappears. Questions is that is it forced to get rid of on the server while converting JPEC header? I’m using mimeType as "application/msword".
Nextmind
  • 11
  • 2
0
votes
0 answers

JOpenDocument with Android

I want to open an ods file from my sdcard. The file-object returns "file exists". My whole testsnippet is final String fileName = Environment.getExternalStorageDirectory() + "/file.ods"; final File file = new File(fileName); final SpreadSheet…
mars3142
  • 2,501
  • 4
  • 28
  • 58
0
votes
1 answer

Insights on how to get celltext with linebreaks from a spreadsheet to a XML

So, I'm trying to get the content from a cell in an ODS spreadsheet. I'm doing something like: The nasty point is that the content of my table-cell have many…
Rodrigo Ramos
-1
votes
1 answer

Rails, odf-report: all images replaced bij same picture?

Following the instructions at: sandrods/odf-report: In my odt-file I have four mock-images, with four different names (graph1, graph2, graph3, graph4). In my controller I wish to replace them by four different images: r.add_image :graphd1,…
BerryGJS
  • 97
  • 1
  • 13
-1
votes
1 answer

Is it possible to embed ODP (OpenDocument) in html page?

In my html, I have the following object tag.
-2
votes
1 answer

file contains corrupted data while converting docx to html c#

I'm writing a docx file from SQL database varbinary field value. File is writing properly. When I open the file I'm getting message "word fund unreadable content.." (screenshot below). If I click Yes then I'm getting my docx file with proper…
Letoncse
  • 702
  • 4
  • 15
  • 36
-2
votes
1 answer

Launching word or pdf application from my app

I wonder if some one have an example how to open a document (pdf/doc) in an external app. also rather just open it the app picker pops up with choices for their mimetype I thought this could help in the android api DocumentsProvider --->…
anuloo
  • 15
  • 10
1 2 3 4 5
6