Skip to content

alanmarazzi/perfect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perfect 😎

Process Excel files with Clojure

Disclaimer

This project, though very cool, has unfortunately slipped down in priority because of my work on panthera. I plan to get back to this ASAP because I actually need this, but if in the meantime you'd like to try it out and contribute ideas (check this issue to understand some of the angles we're trying to tackle with this), code and so on, please feel free to pop a pull request! 🚀

Usage

Very light API at the moment:

(require '[perfect.reader :refer [read-workbook]])
(read-workbook "myfile.xlsx" :method :full :sheetid 0)

License

Copyright © 2019 Alan Marazzi

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.

About

A Clojure Excel worker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published