Bug 450556 - [Tree Table] Export to XLS doesn't work properly in the tree table
Summary: [Tree Table] Export to XLS doesn't work properly in the tree table
Status: CLOSED WORKSFORME
Alias: None
Product: Papyrus
Classification: Modeling
Component: Table (show other bugs)
Version: 1.0.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Vincent Lorenzo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 450555 (view as bug list)
Depends on: 460098
Blocks: 439888
  Show dependency tree
 
Reported: 2014-11-07 10:31 EST by Vincent Lorenzo CLA
Modified: 2016-03-08 07:03 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Lorenzo CLA 2014-11-07 10:31:21 EST
on branch bugs/439888-hierarchial-table
Export to XLS doesn't work properly in the tree table. The exporter doesn't a toString on the tree part instead of using the label provider
Comment 1 Vincent Lorenzo CLA 2014-12-12 11:19:33 EST
*** Bug 450555 has been marked as a duplicate of this bug. ***
Comment 2 Mauricio Alferez CLA 2015-02-09 04:11:25 EST
The problem seems to be related not with the Papyrus implementation but with version of Nettable (1.0.1).

The most significant change from Nebula NatTable 1.0.1 to 1.2.0 related to this bug is the change in the class TreeExportFormatter.java (org.eclipse.nebula.widgets.nattable.tree.config). You can read the Bug and Fix descriptions in https://bugs.eclipse.org/bugs/show_bug.cgi?id=455364.

My first experiments show that the Export to XLS function of Papyrus works well. However, we have to check if all the other table functions are not affected.