Ruby xlsx reader to parse cell values into plain ruby primitives and dates/times.
10-Mar-2023 1701
A fast xlsx reader for Ruby that parses xlsx cell values into plain ruby primitives and dates/times.This is not a rewrite of excel in Ruby. Font styles, for example, are parsed to determine whether a cell is a number or a date, then forgotten. We just want to get the data, and get out!.