Activity overview
Latest activity by my99exch
That’s a really good question! Importing Excel data without using any driver can be tricky, but you can try using libraries like EPPlus or OpenXML in .NET — they let you read Excel files directly without ODBC or ACE drivers. I had the same issue once while managing some data for my99exch reports, and EPPlus worked perfectly for me. Simple, lightweight, and no extra installations needed! / comments
That’s a really good question! Importing Excel data without using any driver can be tricky, but you can try using libraries like EPPlus or OpenXML in .NET — they let you read Excel files directly w...