Simple_Google_Sheet

时间:2021-05-27 15:20:57
【文件属性】:
文件名称:Simple_Google_Sheet
文件大小:63KB
文件格式:ZIP
更新时间:2021-05-27 15:20:57
JavaScript Simple_Google_Sheet 问题陈述 象征电子表格应用程序(例如Google表格)。 功能 对于创建表: 使用JavaScript通过insertRow和insertCell函数实现动态表。 对于添加/删除列/行: 使用onmousedown函数监视选定的单元格,然后获取其RowIndex和ColoumnIndex。 然后使用for循环遍历所有td元素添加/删除单元格或行。 单击行/列标题时,它将选择整个行/列。 然后,您可以删除整个行/列。 当您单击添加时,它将在其后添加行/列。 导入: 使用FileReader读取CSV文件,并使用for循环遍历单元格以显示有关文件的内容。 出口: 遍历表以获取内容并将其转换为CSV标准,然后使用window.URL.createObjectURL下载CSV文件。 对于rxjs: 当单元格不为空(具有公式)时,使用rxjs检测单元格
【文件预览】:
Simple_Google_Sheet-main
----style()
--------index.css(562B)
----index.js(12KB)
----package.json(465B)
----test.html(1KB)
----index.html(2KB)
----package-lock.json(210KB)
----src()
--------index.ts(3KB)
----tsconfig.json(247B)
----.gitignore(2KB)
----webpack.config.js(565B)
----README.md(1KB)

网友评论