html-exporter icon indicating copy to clipboard operation
html-exporter copied to clipboard

Java Library to convert HTML/CSS to MS Excel and ODS Spreadhseets.

Results 8 html-exporter issues
Sort by recently updated
recently updated
newest added

Some HTML is produced by tools which do not 'auto embed' the contents of #include files into the generated source but assume that the HTML processor will be able to...

Looks like a great library - I could have done with something like these 5 years ago when I had to generate some reports in Excel - ended up using...

Hi there, I'm currently using your library in a project I'm working on and since Friday, the github PR build is failing due to access issues with your s3 bucket....

A cell having value '45 Pcs' is detecting as numeric type and ignoring 'Pcs' and giving only numeric value i.e. '45'. It happens only when a value is starting from...

Libraries should not be packaging logback.xml since users importing the library as a dependency lose control of their logging configuration. ``` org.apache.maven.plugins maven-jar-plugin **/logback.xml ```

java.lang.RuntimeException: java.lang.NumberFormatException: For input string: "10pt" at uk.co.certait.htmlexporter.css.StyleParser.parseStyles(StyleParser.java:44) at uk.co.certait.htmlexporter.writer.AbstractExporter.getStyleMapper(AbstractExporter.java:60) at uk.co.certait.htmlexporter.writer.excel.ExcelExporter.exportHtml(ExcelExporter.java:37) at uk.co.certait.htmlexporter.writer.AbstractExporter.exportHtml(AbstractExporter.java:44) at jsp_servlet._ibs._rep_svod.__rp_view._jspService(__rp_view.java:178) --

Hi, I am using the following in my html for xlxs td {text-align: center; width:100 px; background: #FF0000;} It seems the width is not working.

table { font-size: 11px; border-collapse: collapse; width: auto; } In CSS, if a declaration like width: auto; is encountered, it will cause an error because auto cannot be converted to...