Excel file read

Yes ideally a node that provided a file url for the Excel file:

  • list all tabs
  • for each tab list the cells-columns range
  • fetch specific cell range and column range from a tab

We can avoid all cell properties, formulas, macros for now just the content.

This will be a great start.