Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] [Checkin]Fix 180891 Exception thrown when preview attached report in excel emitter[1203]

-  Summary:
    Fix 180891 Exception thrown when preview attached report in excel emitter[1203]
-  Bugzilla Bug(s) Resolved: 
   180891
-  Description: 
   Correct the way to fetching the styleid which caused some bugs.
   Before we used a static field to store the styleid and don't clear it up after emitter completation, so when the next run, the exported excel file still used the last styleid.
  
-  Test Description: 
 
-  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/StyleEngine.java
   /cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleBuilder.java
   /cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java
   /cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleEntry.java
-  Files Added:
 
Ian Liu
Inetsoft Technology
ianl@xxxxxxxxxxxx
 
 
 

Attachment: man_002.gif
Description: GIF image


Back to the top