Skip to content

Commit 64ba295

Browse files
committed
Update dummy-spreadsheet.xlsx add bg-colour test
Resolves zero-one-group#19
1 parent 3979812 commit 64ba295

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/resources/dummy-spreadsheet.xlsx

-16.2 KB
Binary file not shown.

test/zero_one/fxl/core_test.clj

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
(contains? (->> styles (map :vertical) set) :center) => true)
2828
(fact "Data formats should be extracted"
2929
(->> styles (map :data-format) count) => #(< 1 %))
30-
;; TODO: background-colour seems to be undetected!
30+
(fact "Background colour should be extracted"
31+
(contains? (->> styles (map :background-colour) set) :yellow) => true)
3132
(fact "Values should be extracted"
3233
(contains? values 1.4142) => true)))
3334

0 commit comments

Comments
 (0)