-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Labels
Description
Hi there, I am new to excel/spreadsheets in general. As part of some work relating to the extraction of information from excel files I stumbled upon calamine and wanted to know if work on a unified struct to hold both formulas and values will be appreciated, or if it is even possible. The idea is to allow the user of this interface with the ability to iterate over cells instead of Data
/String
and thus be able to figure out if the cell is derived from elsewhere(by use of a formula, even the cells that are spilled into).
Thanks for the wonderful library, it has made life a whole lot easier!