Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fixed the bug 206735 Fail to retrieve x-series data from chart in excel[1203]

 
-  Summary: 
    fixed the bug 206735 Fail to retrieve x-series data from chart in excel[1203]
 
-  Bugzilla Bug(s) Resolved: 
   206735
 
-  Description:  
the issue has two bugs.
1. Preview the attached report,popup NPE error. The null styleEntry is added to the Data object so add code deal with the NPE.
2. Export to excel emitter, display <undefined> in cell. Check the attached report, I found the chart element has "Base Series" empty column.Add the logic to removed the empty column when export to excel emitter.
 
 
-  Test Description:  
    Manual Test.
 
-  Notes to Build Team: 

-  Notes to Developers: 

-  Notes to QA: 

-  Files Edited:  
/cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/chart/AbstractDataHelper.java
/cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/chart/ChartConverter.java
/cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/chart/DifferenceDataHelper.java
/cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/chart/GattDataHelper.java
/cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/chart/SingleDataHelper.java
/cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/chart/StockDataHelper.java
/cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/chart/TableGen.java
 
-  Files Added:

Attachment: man_002.gif
Description: GIF image


Back to the top