How to efficiently process large Excel files using Ruby
I worked on a project in which I needed to parse and handle large .xlsx files. Some of those files had more than 200K rows. In this article, I describe how to do it efficiently using Ruby and Rails.
Post a comment