'How can I convert XLSX file to Yaml in Java?

Is there a way to parse an excel file format into a Yaml in java?

I'm using snakeYaml to handle the reading of the YAML file. I was wondering if I could use an excel sheet to add more information to the file and then, convert that excel into YAML to handle the data. Is there any API or dependency I could use to handle it, or how could I approach it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source