Description from extension meta
Excelの指定セルからWebフォームへデータを自動入力。手動コピー&ペーストを削減し、定型作業を効率化。非構造化Excelにも対応し、マッピングで簡単一括転記!
Image from store
Description from store
エクセルの非構造データなど、手動で修正しながらフォームに登録する必要があるけど、全部をコピー&貼り付けするのは面倒で時間がかかる…
という場合にお使いいただけます。
エクセルファイルのセル、フォームのidをjson形式で登録してください。
この拡張機能はユーザーデータを一切収集しません。すべてのデータはユーザーのローカル環境でのみ処理されます。
json例
[
{
"label": "項目名(任意)",
"cell": "A1",
"formId": "form_element_id",
"type": "input"
}
]
使い方はこちらもご覧ください
https://misakiotb.github.io/pepepe_xlsx2form/
----
Automatically input data from specified cells in Excel into web forms. Eliminate manual copy and paste and streamline routine tasks. Supports unstructured Excel, and easy batch transcription with mapping!
This extension does not collect any user data, all data is processed only locally on the user's device.