Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.21 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.21 KB

XLSX2VCF

Converts XLSX documents into VCF (Variant Call Format) - remastered for VCF with JDK1.8
The code is actually from Apache for converting XLSX to CSV. However, it didn't work as intended. I rewrote some parts from scratch, adapted it for Variant Call Format and wrote a function to make things easy!

  • Supports large files (thanks to XSSF)
  • Very fast conversion
  • Has "temporary file" feature
  • Remastered for VCF & easy to use!

Usage

Just read Example.java file. There is a really easy to use converter function as example. ss

  • If you want to convert XLSX file to VCF file temporarily (for fast processing etc.), there is a custom parameter temporary that deletes converted files after use.

Dependencies

  • You need to download some third party JARs from Apache POI to work with XLSX files.
  • This is the link to the download website, but may be a bit complicated. So I'll upload JAR files I use just to make stuff more easy.