Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.13 KB

README.org

File metadata and controls

34 lines (27 loc) · 1.13 KB

About

Excel-To-Anki converter is a simple application to convert files in .xsl format to .csv format. The CSV format is recognized by the Anki program.

Download

Use this links to download executable jar file:

Use this template file:

Excel file format

The .xsl file have to be properly constructed.

In one of the sheets at (0,0) cell there is should be the phrase “Word”. The sheet should looks like this:

AB
1Word
2Key1Value1
3Key2Value2
NKeyNValueN

Other

This is my first Java application and it’s just on the alpha stage. It’s almost a prototype.

License

Excel-To-Anki converter is licensed under the terms of the Apache 2.0 license as listed in the LICENSE file.