Nicole-Yi's picture
Upload 171 files
7459bf0 verified
{
"task_id": "Eparse_02",
"task_description": "根据仓库内容,怎么指定excel的单元格信息自动序列化解析,提取包括 row(行号)、column(列号)、value(单元格内容)、type(值的数据类型)、c_header(列头信息)、r_header(行头信息)、excel_RC(Excel 坐标,如 A1)、sheet(工作表名称)和 f_name(文件名)等字段,并将所有单元格的解析结果按 JSON 行格式逐行写入一个 txt 文件,每行对应一个单元格的结构化信息?",
"prompt_file": "/GitTaskBench/queries/Eparse_02/task_meta/openhands_prompt.md",
"repositories": [
{
"name": "Eparse",
"path": "/GitTaskBench/code_base/Eparse",
"url": "https://github.com/ChrisPappalardo/Eparse",
"understanding_guidelines": [
"阅读README.md了解项目基本功能和使用方法"
]
}
],
"working_sub_directory_name": "/Eparse_02",
"file_paths": {
"input_files": [
{"path": "/GitTaskBench/queries/Eparse_02/input/Eparse_02_input.xlsx", "description": "要自动序列化解析的excel"}
]
}
}