+
+
+```mermaid
+flowchart TB
+ file[(workbook\nfile)]
+ buffer(NodeJS\nBuffer)
+ sheetjs[[SheetJS Operations]]
+ tabeller{{HTML\nString}}
+ handoff[[Main Script import]]
+ html{{HTML\nTABLE}}
+ style handoff fill:#FFC7CE
+ style sheetjs fill:#C6EFCE
+ file --> buffer
+ buffer --> sheetjs
+ sheetjs --> tabeller
+ tabeller --> handoff
+ handoff --------> html
+```
+
+ |
+
+
+```mermaid
+flowchart TB
+ file[(workbook\nfile)]
+ buffer(NodeJS\nBuffer)
+ sheetjs[[SheetJS Operations]]
+ aoo(array of\nobjects)
+ handoff[[Main Script import]]
+ import(array of\nobjects)
+ html{{HTML\nTABLE}}
+ style handoff fill:#FFC7CE
+ style sheetjs fill:#C6EFCE
+ file --> buffer
+ buffer --> sheetjs
+ sheetjs --> aoo
+ aoo --> handoff
+ handoff ------> import
+ import --> html
+```
+
+ |
+
+
+```mermaid
+flowchart TB
+ file[(workbook\nfile)]
+ base64(Base64\nString)
+ handoff[[Main Script import]]
+ import(Base64\nString)
+ sheetjs[[SheetJS Operations]]
+ aoo(array of\nobjects)
+ html{{HTML\nTABLE}}
+ style handoff fill:#FFC7CE
+ style sheetjs fill:#C6EFCE
+ file --> base64
+ base64 ------> handoff
+ handoff --> import
+ import --> sheetjs
+ sheetjs --> aoo
+ aoo --> html
+```
+
+ |
+
+