Skip to content

Converts XLSX documents into VCF (Variant Call Format) - remastered for JDK1.8 2023

Notifications You must be signed in to change notification settings

Sayitobar/XLSX2VCF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XLSX2VCF

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

  • Supports large files (thanks to XSSF)
  • Very fast conversion
  • Has "temporary file" feature
  • Remastered & 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 to work with XLSX files, Apache POI to be more precise.
  • This is the link to the download website, but it's a bit complicated. So I'll upload JAR files I use just to make stuff more easy.

About

Converts XLSX documents into VCF (Variant Call Format) - remastered for JDK1.8 2023

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages