ironcalc / IronCalc

Main engine of the IronCalc ecosystem
Apache License 2.0
48 stars 2 forks source link

FIX: Remove all bracket access to arrays #34

Open nhatcher opened 2 months ago

nhatcher commented 2 months ago

Typical access is:

let worksheet = self.workbook.worksheets[0];

Maybe we can impose this with a linter?