Simple program in Go that will filter data from Excel (xlsx) file based on passed keyword.
Go to file
Stanislav Nikitin 0eeddb1c10 Forget to add it after renaming. 2017-08-08 10:14:08 +05:00
.gitignore Initial commit. 2017-08-08 10:12:51 +05:00
LICENSE Initial commit. 2017-08-08 10:12:51 +05:00
README.md Forget to add it after renaming. 2017-08-08 10:14:08 +05:00
excelator.go Initial commit. 2017-08-08 10:12:51 +05:00

README.md

Excelator

Simple program in Go that will filter data from Excel file based on passed keyword.

It will take a good look thru whole xlsx file and produce file with filtered data.