Kansuke Ikehara

Results 1 issues of Kansuke Ikehara

Hi All, I am trying to write a relatively large Spark Dataset (> 50000 rows) into an Excel file using spark-excel as follows: ``` java DataFrameWriter writer = dataset.write() .format("com.crealytics.spark.excel")...

large