{"id":24783609,"url":"https://github.com/idriskulubi/excell-sheet-merger","last_synced_at":"2026-05-08T18:33:09.909Z","repository":{"id":272102680,"uuid":"890351639","full_name":"IdrisKulubi/excell-sheet-merger","owner":"IdrisKulubi","description":"A Next.js application that allows users to merge multiple Excel files and provides AI-powered analysis of the merged data.","archived":false,"fork":false,"pushed_at":"2024-11-18T12:27:52.000Z","size":259,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T06:40:39.273Z","etag":null,"topics":["excel","microsoft","nextjs","node-js"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IdrisKulubi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-18T12:27:48.000Z","updated_at":"2024-12-11T15:13:46.000Z","dependencies_parsed_at":"2025-01-12T06:32:38.438Z","dependency_job_id":null,"html_url":"https://github.com/IdrisKulubi/excell-sheet-merger","commit_stats":null,"previous_names":["idriskulubi/excell-sheet-merger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IdrisKulubi/excell-sheet-merger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdrisKulubi%2Fexcell-sheet-merger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdrisKulubi%2Fexcell-sheet-merger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdrisKulubi%2Fexcell-sheet-merger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdrisKulubi%2Fexcell-sheet-merger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IdrisKulubi","download_url":"https://codeload.github.com/IdrisKulubi/excell-sheet-merger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdrisKulubi%2Fexcell-sheet-merger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32792137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["excel","microsoft","nextjs","node-js"],"created_at":"2025-01-29T12:17:33.806Z","updated_at":"2026-05-08T18:33:09.881Z","avatar_url":"https://github.com/IdrisKulubi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Excel Merger with AI Analysis\n\nA Next.js application that allows users to merge multiple Excel files and provides AI-powered analysis of the merged data.\n\n## Features\n\n- Merge multiple Excel (.xlsx, .xls) files\n- AI-powered analysis of merged data\n- Professional table view of merged content\n- Download merged files with analysis\n- Progress tracking during merge operations\n- Responsive UI with modern design\n\n## Prerequisites\n\nBefore running this project, make sure you have:\n\n- Node.js 18+ installed\n- RapidAPI key for ChatGPT integration\n- npm or yarn package manager\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone \u003cyour-repo-url\u003e\ncd merge-excel\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Create a `.env.local` file in the root directory:\n\n```plaintext\nRAPIDAPI_KEY=your_rapidapi_key_here\n```\n\n## Running the Application\n\n1. Start the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n2. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## How to Use\n\n1. Click \"Select Excel Files\" to choose multiple Excel files\n2. Only .xlsx and .xls files are supported\n3. Select at least 2 files for merging\n4. Click \"Merge Files\" to start the process\n5. View the merged data in the table below\n6. Read the AI-generated analysis of your data\n7. Download the merged Excel file including the analysis\n\n## Tech Stack\n\n- Next.js 14\n- TypeScript\n- Tailwind CSS\n- shadcn/ui components\n- XLSX for Excel processing\n- RapidAPI ChatGPT for analysis\n\n## Project Structure\n\n- `/src/components` - React components\n- `/src/lib` - Utility functions and API integrations\n- `/src/actions` - Server actions for file processing\n- `/src/hooks` - Custom React hooks\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidriskulubi%2Fexcell-sheet-merger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidriskulubi%2Fexcell-sheet-merger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidriskulubi%2Fexcell-sheet-merger/lists"}