sheetaljain
New Member
- Joined
- Sep 25, 2011
- Messages
- 4
Hi All,
I have a Excel Template that will allow users to enter maximum of 1000 rows with maximum allowed characters of 2000.
These details can be formatted with "Bold", "Italic", etc. I need to write a logic so all the these formatting information can be captured and stored.
I am trying to achieve this by using Excel Object Model - Characters.Font Object and it is working as well. But the performance is too bad it takes about 30 mins for processing 1000 rows.
I need some help to improve the performance or some other logic to achieve the above requirement.
thanks,
Sheetal
I have a Excel Template that will allow users to enter maximum of 1000 rows with maximum allowed characters of 2000.
These details can be formatted with "Bold", "Italic", etc. I need to write a logic so all the these formatting information can be captured and stored.
I am trying to achieve this by using Excel Object Model - Characters.Font Object and it is working as well. But the performance is too bad it takes about 30 mins for processing 1000 rows.
I need some help to improve the performance or some other logic to achieve the above requirement.
thanks,
Sheetal