We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6600f commit ca5c313Copy full SHA for ca5c313
src/excel_clj/style.clj
@@ -59,14 +59,12 @@
59
60
"
61
{:author "Matthew Downey"}
62
- (:require [clojure.string :as string]
63
- [clojure.reflect :as reflect]
64
- [rhizome.viz :as viz])
+ (:require [clojure.string :as string])
65
(:import (org.apache.poi.ss.usermodel
66
DataFormat BorderStyle HorizontalAlignment VerticalAlignment
67
- FillPatternType Workbook VerticalAlignment FontUnderline CellStyle)
+ FillPatternType Workbook VerticalAlignment FontUnderline)
68
(org.apache.poi.xssf.usermodel XSSFColor DefaultIndexedColorMap
69
- XSSFCell XSSFCellStyle XSSFFont XSSFWorkbook)))
+ XSSFCellStyle XSSFFont XSSFWorkbook)))
70
71
72
;;; Code to allow specification of Excel CellStyle objects as nested maps. You
0 commit comments