|
|
August 11
The report is rendered differently in Web,Excel, PDF, and so on.
- Render a RETURN, web need char(13)+char(10) and in this order, while char(10) along can make a return in Excel. If use char(10)+char(13), excel will return twice.
- Render blank spaces, there is no method to make blank spaces except one space. The only method to make spaces is to use padding property. however, padding property cannot be used in Excel. Excel can use normal blank space.
- The format cannot be rendered in Excel.
- The CanGrow property cannot work in Excel.
|