In a grid I have some money data. I've right align the column values but since they don't line up well with the column header and the next column I'm adding two nbsp characters to the right of the value - in order to provide a little padding. These values when exported into Excel also have these padding characters. Unfortunately these space charaters prevent Excel autosum from working correctly. Even reformatting the Excel column doesn't work.
The question are ...
- Can I right align the values but have a little space to the right of the value without using space characters
- Is it possible to intercept the data before exporting to Excel and remove the space characters?
- In Excel how can one remove the padding characters easily?
The question are ...
- Can I right align the values but have a little space to the right of the value without using space characters
- Is it possible to intercept the data before exporting to Excel and remove the space characters?
- In Excel how can one remove the padding characters easily?