Giter Club home page Giter Club logo

unity.excelxml's Introduction

Unity.ExcelXML

Part of the open source Unity.Framework for Crestron

Crestron SIMPL# library for reading and writing Xml Spreadsheet 2003 files.

You can open and save and work with "Xml Spreadsheet 2003" files in Microsoft Excel just like normal Xml spreadsheets (this format is basically a pure Xml representation of an Excel spreadsheet.)

Note: Sometimes you will get a compatibility warning when saving, but this can generally be ignored. (Only a few very advanced features are not available in the Xml format).

License: Commercial Use Permitted (LGPL V3). In brief, under this license:

Please freely use this module in any Crestron application, including for-profit Crestron SIMPL Windows programs that you charge money to sell, and in SIMPL# libraries of your own, including ones you sell.

  • You may freely use it as a referenced external library (just like you would use Newtonsoft/JSON.Net--this is called dynamic linking). This use does NOT require you to license your code as LPGL V3 or open source either your SIMPL Windows programs or your SIMPL# libraries.
  • However (and there's no need to do this—and it's not recommended), if instead of linking to this as an external library (referencing the .dll or project in Visual Studio), you copy code from this library into your SIMPL# library (e.g. copy the .cs files into your project), then your entire library must be open sourced and licensed as LGPL V3 as well.

These two rules keep a clean separation between your private code, and this public library. Referencing the .dll / project (modified or unmodified) enables you to maintain your own code under any license you wish including keeping it private or closed source, while keeping the Unity project open source and freely available.

  • If you make changes to the UnityExcelXml source (which you are free to modify in any way to make it more useful to you), those changes needs to be licensed as LGPL V3 as well and remain open source and publically available.
  • Branching this reposity, and issuing a pull request back to this repository would be appreciated if you feel those changes will enhance the usability of this library to other Crestron programmers.

unity.excelxml's People

Contributors

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