Git Product home page Git Product logo

keephowling / exporter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ignatandrei/exporter

0.0 0.0 0.0 2.72 MB

Export to Office(Excel,Word) , Pdf,OpenDocumentFormat( ODS,ODT )from Classes/DataSet/DataTable/IDataReader/JSON/CSV/RSS/

Home Page: http://exporter.azurewebsites.net/

License: Apache License 2.0

JavaScript 3.43% ASP 0.03% C# 93.89% PowerShell 0.23% CSS 0.82% HTML 1.59%

exporter's Introduction

Exporter

Join the chat at https://gitter.im/ignatandrei/Exporter Export a list/array to Office(Excel,Word) , Pdf, Html,Open Document Format for Office Applications (ODF ) (ODT - OpenDocument Text, ODS - OpenDocument Spreadsheet)

The data could be a C# class or a JSON string or a CSV string or a DataTable

NuGet package at https://www.nuget.org/packages/ExporterWordExcelPDF/

The source code has tests and a console project for easy testing the package

Build status

Code examples in C# / JavaScript at https://github.com/ignatandrei/Exporter/wiki

Demo online at http://exporter.azurewebsites.net/

You can contribute to the project - read https://github.com/ignatandrei/Exporter/wiki/Help-the-project

PS: Just to make you an idea, this can be the code to export to Excel

    List<Person> listWithPerson  = ... //obtained from database
    var export=new ExportExcel2007<Person>();
    var data = export.ExportResult(listWithPerson);
    File.WriteAllBytes("a.xlsx", data);
    Process.Start("a.xlsx");

(Do not forget

using ExporterObjects;
using ExportImplementation;  

)

You can also watch video tutorials at YouTube

But is better to read the Wiki

Support this software

This 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.

Donate

  • $5 for a cup of coffee
  • $10 for pizza
  • $25 for a lunch or two
  • $100+ for upgrading my development environment

exporter's People

Contributors

gitter-badger avatar ignatandrei avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.