mjul / docjure

Read and write Office documents from Clojure
MIT License
619 stars 129 forks source link

record support for `spreadsheet/row-vec` #71

Closed armed closed 4 years ago

armed commented 6 years ago

Hi,

Currently I can't create row using spreadsheed/row-vec by passing record instance as argument, because records does not support syntax (<record-instance> :field) as maps do. PR solves this issue.