Skip to content

issues Search Results · repo:tdf/odftoolkit language:Java

Filter by

95 results
 (87 ms)

95 results

intdf/odftoolkit (press backspace or delete to remove)

StyleParagraphPropertiesElement.getStylePageNumberAttribute() may throw a NumberFormatException when page number has value auto , which is a valid value according to https://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html ...
bug
  • winterrifier
  • 2
  • Opened 
    29 days ago
  • #343

Depending on Locale OdfTableColumn.getWidth() produces a NumberFormatException. Steps to reproduce 1. Set computer locale to de (german) 2. run the following code var spreadsheetDocument = OdfSpreadsheetDocument.newSpreadsheetDocument(); ...
  • AndreasTAK
  • 6
  • Opened 
    on Oct 23, 2024
  • #332

this works public void writeTable(Table table, List String requiredColumns, List DTO indexList) { for (int i = 0; i requiredColumns.size(); i++) { writeValue(table, ...
  • apb12
  • 8
  • Opened 
    on Sep 11, 2024
  • #325

If we use latest odfvalidator to check some files with -g option, it will show error message like this: file:///path/to/odffile/META-INF/manifest.xml: Error: Invalid root element: manifest:manifest Every ...
  • s8321414
  • 2
  • Opened 
    on Sep 6, 2024
  • #319

I need to create a full copy of a table sheet in an ODF Spreadsheet document using ODF Toolkit. I m trying to clone like this: ods.getContentRoot().appendChild(ods.getContentRoot().getChildNodes().item(1).cloneNode(true)); ...
  • pe1999
  • 6
  • Opened 
    on Jul 26, 2024
  • #313

When the test document of #298 is transformed to JSON changes and afterwards these changes are applied to an empty ODT document, the table has changed, which is an error. The original document looks like ...
help wanted
  • svanteschubert
  • Opened 
    on Jul 7, 2024
  • #309

Hi, This issue might be related in some way to the #10 issue. I m currently working on a project heavily depending on your library. At the moment, I m trying to speed up the process and I ve noticed ...
  • Pierre-Lemaigre
  • 3
  • Opened 
    on Jun 5, 2024
  • #299

Hi, we have an issue while deleting some lines in an odt document containing tables. The issue: if the table has merged cells (see attachment sample), the deletion of lines containing this merged cells ...
bug
review wanted
  • Boarschti42
  • 9
  • Opened 
    on Jun 2, 2024
  • #298

I am working with alternative texts for images, which are saved as SvgTitleElement, a childnode of an OdfDrawFrame object. The odftoolkit parses an odt-file correctly, but when saving it, the SvgTitleElement ...
  • django9876
  • 3
  • Opened 
    on May 22, 2024
  • #294

Sorry, because I clicked the wrong order and it closed #292 . When I manually add the following dependencies, implementation( xerces:xercesImpl:2.12.2 ) implementation( com.fasterxml.woodstox:woodstox-core:6.6.2 ...
  • Junzz0
  • 3
  • Opened 
    on May 20, 2024
  • #293
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub