chokkarg / worktime

Automatically exported from code.google.com/p/worktime
0 stars 0 forks source link

Auto size columns in Excel export #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some, not all, of the columns in the Excel export should be sized automatically 
in order to have an even better result when first opening the file in Excel.

Original issue reported on code.google.com by dirkvran...@gmail.com on 23 Apr 2012 at 2:53

GoogleCodeExporter commented 8 years ago
Waiting with this issue because the first real-life results are just fine!

Original comment by dirkvran...@gmail.com on 10 May 2012 at 12:52

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:39

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:51

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:56

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 18 May 2012 at 11:44

GoogleCodeExporter commented 8 years ago
Now every cell is sized based on it's content:
1) Date/Time: 10 chars
2) Cells containing a formula: 10 chars
3) Boolean: 5 chars
4) Integer: length of the toString()
5) Double: length of the toString()
6) String: lenght of the string + 3 chars

Original comment by dirkvran...@gmail.com on 6 Jun 2012 at 5:32