{"id":19381843,"url":"https://github.com/ctechhindi/fill-excel-data-on-html-form","last_synced_at":"2025-10-04T14:10:07.691Z","repository":{"id":41651985,"uuid":"260731621","full_name":"ctechhindi/Fill-Excel-Data-on-HTML-Form","owner":"ctechhindi","description":"Fill data in HTML form with Excel sheet from Chrome Extension.","archived":false,"fork":false,"pushed_at":"2023-01-06T04:49:48.000Z","size":5124,"stargazers_count":19,"open_issues_count":25,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-02T19:47:03.583Z","etag":null,"topics":["chrome-extension","extension","fill-data","html-form","sheet-data","vuejs"],"latest_commit_sha":null,"homepage":"https://formfiller.ctechhindi.in/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ctechhindi.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-02T16:46:25.000Z","updated_at":"2025-02-20T06:28:09.000Z","dependencies_parsed_at":"2023-02-05T08:45:43.312Z","dependency_job_id":null,"html_url":"https://github.com/ctechhindi/Fill-Excel-Data-on-HTML-Form","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctechhindi%2FFill-Excel-Data-on-HTML-Form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctechhindi%2FFill-Excel-Data-on-HTML-Form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctechhindi%2FFill-Excel-Data-on-HTML-Form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctechhindi%2FFill-Excel-Data-on-HTML-Form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctechhindi","download_url":"https://codeload.github.com/ctechhindi/Fill-Excel-Data-on-HTML-Form/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250509740,"owners_count":21442486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","extension","fill-data","html-form","sheet-data","vuejs"],"created_at":"2024-11-10T09:18:31.660Z","updated_at":"2025-10-04T14:10:02.642Z","avatar_url":"https://github.com/ctechhindi.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fill Excel Sheet Data into HTML Online Forms\n\nFill data in HTML form with Excel sheet from Chrome Extension.\n\n![](src/icons/icon_192.png)\n\n## ✨ Features\n\n* Fill Automatic Excel Sheet Data in the Online Form\n* Automatic Generate Excel Sheet according to form fields\n* Send Request (GET/POST/..) for Insert Entry\n* Select the fields that depend on another field.\n* Change the format of any date and fill it in the form.\n* Run javascript event any field.\n* Automatic click form submit button\n* Insert custom javascript in the form fields\n* Provide Toolbar\n* Extension Context Menu Option.\n* Hide JS Alert Message. \n* and more..\n\n## Flowchart\n\n![](flowchart.svg)\n\n## 📦 [Install Extension](https://chrome.google.com/webstore/detail/fill-excel-data/hbdlidnbnmkmbeompcakgedghogdbbkf)\n\n## 🎬 [Video Tutorial](https://www.youtube.com/playlist?list=PLmrTMUhqzS3hCXSMbmgmh71-h-kwYAQ3t)\n\n## [Documentation](Documentation.md)\n\n## Screenshot\n\n![](screenshot/Screenshot(139).png)\n\n![](screenshot/Screenshot(140).png)\n\n![](screenshot/Screenshot(141).png)\n\n![](screenshot/Screenshot(143).png)\n\n![](screenshot/Screenshot(144).png)\n\n![](screenshot/Screenshot(25).png)\n\n\n## Using Libraries\n\n* [vue-codemirror](https://github.com/surmon-china/vue-codemirror)\n* [SelectorGenerator](https://github.com/flamencist/SelectorGenerator)\n\n## Browser Support\n\n- `Chrome (Latest)`\n\n## Changelog\n\n### `Processing`\n\n* Fill Form data with trigger event\n* IF Request Not Send to Server Response\n  ```\n  {\"readyState\":0,\"responseText\":\"\",\"status\":0,\"statusText\":\"error\"}\n  ```\n* Key not link to the submit button `https://ioclmaruticampaign.in/?ROiD=133953`\n* If excel data successful fill in the form then play sound like\n* Automatic set multiple select field type\n* Radio Field Selector only name not id\n* Not Work in the Google Form\n\n### V.3.0.5\n\n\n### V.3.0.4\n\n* `NEW:` `error_messages` :  If the error message matches while filling the entry, then the entry will skip and the error will be added to the Excel sheet. `[Entry Error Message - {0-9}]`.\n\n### V.3.0.3\n\n* `FIXED:` If success message not found in the page not stop check success message loop.\n\n### V.3.0.2\n\n* `NEW:` Save Entry Response Message Data in the Excel Sheet [Entry Response Message - {0-9}].\n  - Custom Key `save_response_message`\n\n### V.3.0.1\n\n* `FIXED:` Checkbox element not show in the generate excel sheet.\n* `FIXED:` Form field radio button event not run selected radio element.\n\n### V.3.0.0\n\n* `NEW:` This Version Form Filler Script Run On Page Load.\n* `NEW:` Hide JS Alert Message. Hide Option Available in the Application Settings.\n* `NEW:` Timeout Feature `Before` and `After`\n* `NEW:` Add Option in the Extension Context Menu\n  - Copy Select Box Selected Option Name\n  - Copy Select Box Selected Option Value\n* **Predefined Custom Keys**\n  - `page_loaded`\n  - `form_filled`\n  - `fill_action`\n  - `element_exists`\n  - `background_response`\n  - `entry_saved`\n* `FIXED:` Error in the `fetch_form_fields.js` file.\n\n\n## 📝 Copyright and License copyright\n\nCode copyright 2021 ctechhindi. Code released under the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctechhindi%2Ffill-excel-data-on-html-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctechhindi%2Ffill-excel-data-on-html-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctechhindi%2Ffill-excel-data-on-html-form/lists"}