Open GoogleCodeExporter opened 8 years ago
If you can show some code because it seems like it is not a bug with
excellibrary.
Original comment by regisbsb...@gmail.com
on 27 Jun 2011 at 12:44
Please provide us more details or post some sample code that causes issue.
Original comment by regisbsb...@gmail.com
on 27 Jun 2011 at 12:45
I have the same problem, even whan using the demo code at the site home page
(http://code.google.com/p/excellibrary/)
Original comment by yaniv...@gmail.com
on 4 Jul 2011 at 2:15
I have exactly the same problem and I'm only using the following very small
sample of the demo code,
ExcelLibrary.SpreadSheet.Workbook workbook = new
ExcelLibrary.SpreadSheet.Workbook();
ExcelLibrary.SpreadSheet.Worksheet worksheet = new
ExcelLibrary.SpreadSheet.Worksheet("Log");
worksheet.Cells[0, 1] = new ExcelLibrary.SpreadSheet.Cell("Test");
workbook.Worksheets.Add(worksheet);
workbook.Save(logFile);
Console.WriteLine("Saved");
I'm running Windows 7 (64-bit) and Office 2010
Original comment by pete-rat...@pr-designs.net
on 20 Sep 2012 at 2:54
same problem at win7 and MSOffice 2010.
But file opens OK with OpenOffice.
Original comment by cer...@gmail.com
on 19 Dec 2012 at 2:59
Original issue reported on code.google.com by
sanhitam...@gmail.com
on 17 Jun 2011 at 9:59