Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] [CheckIn] fixed the bug 205782 Excel can't process big data which type is Decimal.

-Summary:
    fixed the bug 205782 Excel can't process big data which type is Decimal.
 
-  Bugzilla Bug(s) Resolved: 
    205782
 
-  Description:  
  if value's length greater than 31, the value can not export to excel directly, so the number will be formated to Scientific before export to excel. fixed the bug under the head source code and 2.2.1 branch.
 
-  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/Data.java
/cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java
-  Files Added:

Attachment: man_002.gif
Description: GIF image


Back to the top