简体   繁体   English

如何使用Linux更新现有的Excel工作表

[英]How to update an existing excel sheet using Linux

day     date    Pick List (Vault)   Pick List (Robot)   Time Job Completed  Checked in      Scratch Count in Library    Manually Ejected    Recalled    Scratch Onsite (EOD)    Free Slots in Library
Tuesday 1/1/2013                                        
Wednesday   1/2/2013        4       1       92              
Thursday    1/3/2013    7   11  14:39   5       73              

Above is my excel sheet and my question is how to update each fields in the sheet everyday with the output values from various scripts. 上面是我的excel工作表,我的问题是如何每天使用各种脚本的输出值更新工作表中的每个字段。

  1. Save your Excel spreadsheet in csv format so you only need to deal with plain text. 将Excel电子表格保存为csv格式,因此您只需要处理纯文本。
  2. Use any of your favorite techniques to append new line everyday, or use Python csv package to read, modify and write the csv file. 使用您喜欢的任何技术每天添加新行,或使用Python csv包读取,修改和写入csv文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM