由于管道已结束,无法将流文件写入标准输入

问题描述

enter image description here

我一直在尝试获取一个 excel 文件并在 executestreamcommand 中使用 python 脚本处理它。但它显示错误

知道如何将 excel 文件读取到标准输入吗?

ExecuteStreamCommand Configuration

import pandas as pd
import openpyxl

df = pd.read_excel(sys.stdin)
df.to_csv(sys.stdout,index=False,header=True)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)