darknessomi / darknessomi/excellibrary

How to make that text is bolded

Open
#64 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
C#
Stars
22
Forks
8
PR merge metrics
No merged PRs in 30d

Description

```
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

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading the Workbook, Worksheet, and Cell APIs used in the issue, then reproduce the shown setup with the compiled ExcelLibrary sources. Verify how cell formatting is represented and confirm completion by opening the generated MyExcelFile.xls and checking that the selected cell's text is bold.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
tooling
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.