ITbob / excellibrary

Automatically exported from code.google.com/p/excellibrary
0 stars 0 forks source link

How to make that text is bolded #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. I downloaded sources of ExcelLibrary and compiled it
2. I need to create new Excel document end some of cell should be displayed in 
bold. Below part omy code

string file = @"c:\tmp\MyExcelFile.xls";
            Workbook workbook = new Workbook();
            Worksheet worksheet = new Worksheet("First Sheet");
            Cell cell;
            worksheet.Cells[0, 1] = new Cell(1);
            cell = worksheet.Cells[0, 1];

My question is how to set that text in cell is displayed in bold 

Original issue reported on code.google.com by pprzybyl...@gmail.com on 17 Aug 2010 at 7:07

GoogleCodeExporter commented 8 years ago
I too need to be able to bold some cells along with text height, underline, 
italics, etc.

Original comment by dusty...@gmail.com on 6 Dec 2010 at 9:33

GoogleCodeExporter commented 8 years ago
I also have the need to set the cell text as bold, underline, italics, etc.

Original comment by jeffbr...@gmail.com on 1 Jun 2011 at 4:14

GoogleCodeExporter commented 8 years ago
Same problem here.

Original comment by delaw...@gmail.com on 29 Jul 2011 at 3:53

GoogleCodeExporter commented 8 years ago
Same.

Original comment by Eric.Yar...@gmail.com on 2 Aug 2011 at 5:36

GoogleCodeExporter commented 8 years ago
Same

Original comment by bobble14...@gmail.com on 30 Aug 2011 at 10:08

GoogleCodeExporter commented 8 years ago
same.

Original comment by pwujc...@gmail.com on 18 Dec 2012 at 9:18

GoogleCodeExporter commented 8 years ago
Same problem here... how can i do this ??

Original comment by hagai.of...@gmail.com on 20 Dec 2012 at 10:18

GoogleCodeExporter commented 8 years ago
Same here.

Original comment by linichuk...@gmail.com on 21 Nov 2013 at 7:48