Skip to content

Instantly share code, notes, and snippets.

View cbaba20's full-sized avatar

Chandan Kumar Baba cbaba20

  • Mumbai
View GitHub Profile
@SamWM
SamWM / epplusworksheet.cs
Created June 17, 2011 16:50
EPPlus Worksheet Formatting (using http://epplus.codeplex.com/)
using System.Text;
using OfficeOpenXml;
using OfficeOpenXml.Style;
using OfficeOpenXml.Table;
using System.Drawing;
using System.Data;
public partial class Sample: Page
{
protected void GenerateSpreadsheet(object sender, EventArgs e)