Adds cloud approach to reading excel

This commit is contained in:
2023-05-09 16:32:00 -07:00
parent 4d6211cacb
commit 05f1f009fd
3 changed files with 46 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
(use-fixtures :each wrap-setup)
(deftest stream->sales-ordersx
(deftest stream->sales-orders
(testing "Should import nothing when there are no clients"
(with-open [s (io/input-stream (io/resource "sample-ezcater.xlsx"))]
(is (= [:missing "Nick The Greek (Santa Cruz)"] (first (sut/stream->sales-orders s))))))