{"id":23171050,"url":"https://github.com/ignatandrei/exporter","last_synced_at":"2026-02-07T01:01:55.503Z","repository":{"id":3301091,"uuid":"48913856","full_name":"ignatandrei/Exporter","owner":"ignatandrei","description":"Export to Office(Excel,Word) , Pdf,OpenDocumentFormat( ODS,ODT )from Classes/DataSet/DataTable/IDataReader/JSON/CSV/RSS/","archived":false,"fork":false,"pushed_at":"2022-11-11T07:58:48.000Z","size":2786,"stargazers_count":95,"open_issues_count":39,"forks_count":28,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-06T00:32:02.296Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://exporter.azurewebsites.net/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ignatandrei.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2016-01-02T15:22:16.000Z","updated_at":"2024-10-27T19:19:51.000Z","dependencies_parsed_at":"2023-01-11T16:16:34.941Z","dependency_job_id":null,"html_url":"https://github.com/ignatandrei/Exporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ignatandrei/Exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FExporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FExporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FExporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FExporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ignatandrei","download_url":"https://codeload.github.com/ignatandrei/Exporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FExporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270961626,"owners_count":24675914,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-18T04:15:59.994Z","updated_at":"2026-02-07T01:01:50.457Z","avatar_url":"https://github.com/ignatandrei.png","language":"C#","funding_links":["https://paypal.me/ignatandrei1970/25"],"categories":[],"sub_categories":[],"readme":"# Exporter\n\n[![Join the chat at https://gitter.im/ignatandrei/Exporter](https://badges.gitter.im/ignatandrei/Exporter.svg)](https://gitter.im/ignatandrei/Exporter?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\nExport a list/array to Office(Excel,Word) , Pdf, Html,Open Document Format for Office Applications (ODF ) (ODT - OpenDocument Text, ODS - OpenDocument Spreadsheet)\n\nThe data could be a C# class or a JSON string or a CSV string or a DataTable\n\nNuGet package at https://www.nuget.org/packages/ExporterWordExcelPDF/ \n\n\u003ca href=\"https://www.nuget.org/packages/ExporterWordExcelPDF/\"\u003e\u003cimg src=\"https://img.shields.io/nuget/v/ExporterWordExcelPDF.svg\"\u003e\u003c/img\u003e\u003c/a\u003e\n\n\nThe source code has tests and a console project for easy testing the package\n\n\n[![Build status](https://ci.appveyor.com/api/projects/status/w4w6k0kxu2cide0m/branch/master?svg=true)](https://ci.appveyor.com/project/ignatandrei/exporter/branch/master)\n\nCode examples in C# / JavaScript at \u003chttps://github.com/ignatandrei/Exporter/wiki\u003e\n\nDemo online at \u003chttp://exporter.azurewebsites.net/\u003e\n\nYou can contribute to the project - read \u003chttps://github.com/ignatandrei/Exporter/wiki/Help-the-project\u003e\n\n\nPS: Just to make you an idea, this can be the code to export to Excel\n```csharp\n    List\u003cPerson\u003e listWithPerson  = ... //obtained from database\n    var export=new ExportExcel2007\u003cPerson\u003e();\n    var data = export.ExportResult(listWithPerson);\n    File.WriteAllBytes(\"a.xlsx\", data);\n    Process.Start(\"a.xlsx\");\n```\n(Do not forget \n```csharp    \nusing ExporterObjects;\nusing ExportImplementation;  \n```\n)\n\nYou can also watch video tutorials at [YouTube](https://www.youtube.com/playlist?list=PL4aSKgR4yk4MqsH5M-f1f5YLVG-nwr4FG)\n\n\nBut is better to read the [Wiki](https://github.com/ignatandrei/Exporter/wiki)\n\n# Support this software\n\nThis software is available for free and all of its source code is public domain.  If you want further modifications, or just to show that you appreciate this, money are always welcome.\n\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/ignatandrei1970/25)\n\n* $5 for a cup of coffee\n* $10 for pizza \n* $25 for a lunch or two\n* $100+ for upgrading my development environment\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignatandrei%2Fexporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignatandrei%2Fexporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignatandrei%2Fexporter/lists"}