sitimoen / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

Support for HTML tables #302

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Any plans to support HTML tables soon?

Original issue reported on code.google.com by bhdi...@gmail.com on 16 Sep 2013 at 9:07

GoogleCodeExporter commented 8 years ago
I suppose you mean text styling with odt and docx. I'm very busy this month, so 
I don't know when I will have time to do that.

Original comment by angelo.z...@gmail.com on 16 Sep 2013 at 9:28

GoogleCodeExporter commented 8 years ago
Is it the same thing than 
https://code.google.com/p/xdocreport/issues/detail?id=257 ?

Original comment by angelo.z...@gmail.com on 16 Sep 2013 at 2:33

GoogleCodeExporter commented 8 years ago
Yes, Angelo. It's the same request. It would be great if XDocReport could 
support it.

Cheers

Original comment by bhdi...@gmail.com on 16 Sep 2013 at 4:08

GoogleCodeExporter commented 8 years ago
Ok I will try to implement it. My first step is to manage that : 

---------------------------
<table>
    <tr>
        <td>A</td>
        <td>B</td>
    </tr>
    <tr>
        <td>C</td>
        <td>D</td>
    </tr>
</table>
---------------------------

Tell me if you need other requirments (table width, etc).

Regards Angelo

Original comment by angelo.z...@gmail.com on 16 Sep 2013 at 4:20

GoogleCodeExporter commented 8 years ago
Issue 257 has been merged into this issue.

Original comment by angelo.z...@gmail.com on 16 Sep 2013 at 4:22

GoogleCodeExporter commented 8 years ago
I have implemented in the 1.0.3 HTML Table text styling for docx and odt but 
basicly (cannot customize the width, border, color of cell, etc).

You can play with this feature with our online demo : 

 * for docx : 
  * http://xdocreport.opensagres.cloudbees.net/textStyling.jsp?reportId=docx
  * http://xdocreport.opensagres.cloudbees.net/processReport?reportId=DocxTextStylingWithFreemarker.docx&dispatch=load&converter=PDF_XWPF
 * for odt
  * http://xdocreport.opensagres.cloudbees.net/textStyling.jsp?reportId=odt
  * http://xdocreport.opensagres.cloudbees.net/processReport?reportId=ODTTextStylingWithFreemarker.odt&dispatch=load&converter=PDF_ODFDOM

It's just a first step to manage HTML table text styling, so there are bugs and 
I think width, border, color, etc of table is important. But I cannot 
everything to develop, so please tell me what you need and I will see if I have 
time to do it.

Regards Angelo

Original comment by angelo.z...@gmail.com on 17 Sep 2013 at 12:58

GoogleCodeExporter commented 8 years ago
Thanks a lot Angelo, nice work!
Obviously properties like width, border, color, etc of table are important, so, 
please, if you will find time, it will be great if you'll cover it.

Bye!

Original comment by andrea.b...@redturtle.it on 17 Sep 2013 at 1:03

GoogleCodeExporter commented 8 years ago
In this online report

http://xdocreport.opensagres.cloudbees.net/processReport?reportId=ODTTextStyling
WithFreemarker.odt&dispatch=load&converter=PDF_ODFDOM

it seems to be some problems with table; cell values are mixed togheter.
Tested with chrome and Firefox in Windows 8

IE10 has problem to load yhe entire page

Thanks

Original comment by andrea.b...@redturtle.it on 17 Sep 2013 at 1:09

GoogleCodeExporter commented 8 years ago
> Obviously properties like width, border, color, etc of table are important,
I would like to that you tell me which properties in detail that you need. 
Thank's!

> it seems to be some problems with table; cell values are mixed togheter.
Yes I have seen that, it's a problem with the odt->pdf converter. If you 
generate the report (without coinverter) you will see the odt table.

Original comment by angelo.z...@gmail.com on 17 Sep 2013 at 1:16

GoogleCodeExporter commented 8 years ago
I need:
- border
- width
- height
- color
- background-color
- colspan
- vertical-align

Thanks

Original comment by andrea.b...@redturtle.it on 17 Sep 2013 at 1:19

GoogleCodeExporter commented 8 years ago
Thanks Angelo for your effort. Where I can download the version 1.0.3?

Cheers

Original comment by bhdi...@gmail.com on 2 Oct 2013 at 9:54

GoogleCodeExporter commented 8 years ago
> Thanks Angelo for your effort. Where I can download the version 1.0.3?
I don't know. I would like to manage border, width etc properties for HTML 
table and fix some problems with PDF converter before creating the version.

You can download the 1.0.3-SNAPSHOT with maven. See "Maven repository 
artifacts"  at https://code.google.com/p/xdocreport/wiki/Download

Original comment by angelo.z...@gmail.com on 2 Oct 2013 at 10:00

GoogleCodeExporter commented 8 years ago
Couldn't find that version on maven repository. This is the maven output:

Could not find artifact 
fr.opensagres.xdocreport:fr.opensagres.xdocreport.document.docx:jar:1.0.3-SNAPSH
OT in sonatype (http://oss.sonatype.org) -> [Help 1]

Thanks

Original comment by bhdi...@gmail.com on 2 Oct 2013 at 10:53

GoogleCodeExporter commented 8 years ago
Try with the url http://oss.sonatype.org/content/repositories/snapshots.

Original comment by angelo.z...@gmail.com on 2 Oct 2013 at 12:12

GoogleCodeExporter commented 8 years ago
I have the same requirements that Andrea (border, width, height, color). Are 
you working on this issue? I would know if this option will supported in the 
next version and if you already have a date for it.

Thanks a lot!

Harrison

Original comment by harrcying on 27 Feb 2014 at 3:11

GoogleCodeExporter commented 8 years ago
No I had no time to work in this issue-(

I would like to provide this feature for the next version 1.0.5, but for the 
moment, I'm very busy.

Original comment by angelo.z...@gmail.com on 27 Feb 2014 at 3:25

GoogleCodeExporter commented 8 years ago
I'm also in need of enhanced table attributes, specifically rowspan and colspan.

Thanks Angelo for all your great work on this project.

Original comment by sanchezm...@gmail.com on 18 Aug 2014 at 7:50

GoogleCodeExporter commented 8 years ago
Hi sanchezmatthew,

I'm very busy today, so it's very hard for me to implement this feature.

Regard's Angelo

Original comment by angelo.z...@gmail.com on 21 Aug 2014 at 10:42