Posted 5 August 2021, 3:07 pm EST
I am converting existing Excel sheets with macros, that I did not create, and have discovered that a the macros in vba use base one for row/colreferences whereas SpreadJS uses base 0. Is there a way to tell SpreadJS to use base 1 to make conversion easier? Having to explicitly identify all vba variables and row/col indexes stored as cell values (uhg!) and change them to base 0 increase my chance of missing something or introducing errors.
Thanks!