How to write Dataset to a excel file using hadoop office library in apache spark java
问题 Currently I am using com.crealytics.spark.excel to read excel file,but using this library I can't write the dataset to an excel file. this link says that using hadoop office library ( org.zuinnote.spark.office.excel ) we can read and write to the excel file Please help me to write dataset object to an excel file in spark java. 回答1: You can use org.zuinnote.spark.office.excel for both reading and writing excel file using Dataset. Examples are given at https://github.com/ZuInnoTe/spark