/GoogleDataTableLib

Google DataTable .Net Wrapper -> Server side .NET wrapper for Google DataTable (charts) format

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Project Description

This library enables the end users to create a lightweight representation of the google.visualization.DataTable object directly in Microsoft.NET and obtain the necessary JSON as needed by the Google Chart Tools Javascript library.

The approach used in this project was to create a lightweight object model that is fast and that consumes few resources.

It is perfect for server side applications hosted on ASP.NET or ASP.NET MVC or any other Microsoft.NET framework.

It is based and compiled on v .NET 3.5 in order to give pretty much a good compatibility with older kind of projects still running on this frameworks.

For further information, please check:

Contact me

Currently trying to build a list of sites using the Google DataTable .NET Wrapper library. If you want to share your experience using the library or if you want that a link to your site to appear here, please contact me

Version 4.1.0.0 is now published:

For more information please check the following location https://www.nuget.org/packages/Google.DataTable.Net.Wrapper/4.1.0

Out of the new features there is a new flag being added which allows the library to escape the '' and '"' characters. This can be done by using the

  DataTable.EnableJsonStringEscaping; 

which by default it is set to false un order to be backward compatible.

Bit thanks go to https://github.com/sjasperse for implementing this feature!

Friendly project

Please check the asp.net core example on how to use the library.

  1. https://github.com/anuraj/AspNetCoreSamples/tree/master/Pizza-Demo
  2. Google charts with DataTable .NET Wrapper and API data in ASP.NET 6.0 Razor Pages App https://www.youtube.com/watch?v=Ie43mv57-5o

Version 4.0.0.0 is now published:

For more information please check the following location. https://www.nuget.org/packages/Google.DataTable.Net.Wrapper/4.0.0

Version 3.1.2.0 is now available for download:

For more information please check the following location. https://googledatatablelib.codeplex.com/releases/view/123379

The latest commit https://googledatatablelib.codeplex.com/SourceControl/changeset/27248 contains a new project with examples that would simplify the life to those who just started using the library.

The package is published on NuGet: https://www.nuget.org/packages/Google.DataTable.Net.Wrapper/3.1.2

Version 3.1.0 is now available:

For more information please check the blog entry: What's new in the Google DataTable .NET wrapper v3.1.0

Version 3.0.0 is here:

For more information please check the blog entry: What's new in the Google DataTable .NET wrapper v3.0.0

NuGet Package

Please follow this link: https://nuget.org/packages/Google.DataTable.Net.Wrapper

Important!

This project is not officially affiliated with or supported in any way by Google