Tagged Questions
3
votes
8answers
6k views
OLEDB, Writing Excel cell without leading apostrophe
I'm writing to Excel file using OLEDB (C#).
What I need is just RAW data format.
I've noticed all cells (headers and values) are prefixed by apostrophe (')
Is it a way to avoid adding them in all ...