Skip to content

Commit ca5c313

Browse files
committed
Remove rhizome.viz dependency
1 parent 4f6600f commit ca5c313

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/excel_clj/style.clj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,12 @@
5959
6060
"
6161
{:author "Matthew Downey"}
62-
(:require [clojure.string :as string]
63-
[clojure.reflect :as reflect]
64-
[rhizome.viz :as viz])
62+
(:require [clojure.string :as string])
6563
(:import (org.apache.poi.ss.usermodel
6664
DataFormat BorderStyle HorizontalAlignment VerticalAlignment
67-
FillPatternType Workbook VerticalAlignment FontUnderline CellStyle)
65+
FillPatternType Workbook VerticalAlignment FontUnderline)
6866
(org.apache.poi.xssf.usermodel XSSFColor DefaultIndexedColorMap
69-
XSSFCell XSSFCellStyle XSSFFont XSSFWorkbook)))
67+
XSSFCellStyle XSSFFont XSSFWorkbook)))
7068

7169

7270
;;; Code to allow specification of Excel CellStyle objects as nested maps. You

0 commit comments

Comments
 (0)