当前位置:网站首页>kettle EXCEL 累计输出数据
kettle EXCEL 累计输出数据
2022-07-27 16:28:00 【黑暗料理界的扛把子】
项目当中有些数据是需要进行累积的,每次读取原有数据再写入全部数据,耗时太多。
以前输出excel 都是直接选择 kettle 当中的 Excel输出,然而今天眼前一亮。

Excel输出 输出的excel为2003版本的很多 excel 函数是不支持的。经我猜想这Microsoft Excel 输出肯定是支持2007版本的excel的。
经我探索发现:
1、可以输出2007版本excel,通过更改拓展名,或者浏览选择时更改保存类型。
2、累计输出数据,通过更改如果文件已存在,设置为使用现有文件输出。内容部分,当输出记录时,下移已有单元格;勾选写入已存在的工作表内的在表的末尾开始写(追加行)。
3、使用excel模板内嵌套函数,该功能效率颇为低下,求优化方案


边栏推荐
- Some advice for NS2 beginner.
- Introduction to assembly language (1)
- C#与Mysql数据库交互-Mysql配置及增删查改操作
- Express get/post/delete... Request
- JDBC MySQL 02 data access and Dao mode
- Unity shows Kinect captured shots
- Day 3 of leetcode question brushing
- Word 2007+ tips
- Unity学习笔记(刚体-物理-碰撞器-触发器)
- "Testing novice encyclopedia" 5-minute quick start pytest automated testing framework
猜你喜欢

Selenium自动化测试面试题全家桶

Basic use of Nacos (1) - getting started

MySQL 01 relational database design

JMeter interface automation - how to solve the content type conflict of request headers

idea优化小攻略

Summary of "performance test" of special test

MySQL learning notes (2) -- stored procedures and stored functions

express

C # interaction with MySQL database - MySQL configuration and addition, deletion, query and modification operations

CMD command
随机推荐
Redis annotation
MySQL learning notes (2) -- stored procedures and stored functions
WinForm screenshot save C code
Resource for NS2 beginner
WORD 2007+使用技巧
v-if,v-else,v-for
贪心法,拟阵和亚模函数(refer)
MySQL学习笔记(2)——存储过程与存储函数
换行问题双保险
Nacos基本概念和单机部署
v-if,v-else,v-for
What if idea successfully connects to the database without displaying the table
normal distribution, lognormal distribution,正态随机数的生成
Some advice for NS2 beginner.
Micaz+tinyos learning notes (1)
Nacos集群部署-高可用保证
一篇让你掌握线程和线程池,还解决了线程安全问题,确定不看看?
Extension of regular expression
Unity-显示Kinect深度数据
MySQL 05 stored procedure