自学内容网 自学内容网

【Spark】-- spark com.crealytics 读写 excel 实现

目录

1、当前支持的 Spark 版本

2、pom 引入

2.1、scala_2.11

2.2、scala_2.12

3、读取 excel

4、写入 excel

5、option 有哪些选项和值

5.1、Read Options

5.2、Write Options

6、注意


参考:https://github.com/nightscape/spark-excel

1、当前支持的 Spark 版本

spark: ["2.4.1", "2.4.7", "2.4.8", "3.0.1", "3.0.3", "3.1.1", "3.1.2", "3.2.4", "3.3.2", "3.4.1"]

2、pom 引入

2.1、scala_2.11

<dependency>
    <groupId>com.crealytics</groupId>
    <artifactId>spark-excel_2.11</ar

原文地址:https://blog.csdn.net/high2011/article/details/143720081

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!