-
As part of the workbook, it will be great addition to display the cost of each service.
-
Storing workboook path/hwnd instead of COM workbook in xl_workbook_current should probably get rid of zombie processes as described in #236 or when the Workbook() is created as modulewide global outsi…
-
Add drawing and image functionalities to the Workbook.
Similar to these functionalities in the Kendo UI for jQuery:
https://docs.telerik.com/kendo-ui/api/javascript/ooxml/workbook/configuration/…
-
```
What steps will reproduce the problem?
1. Workbook workbook = new Workbook();
Worksheet worksheet = new Worksheet("First Sheet");
worksheet.Cells[0, 1] = new Cell("teste");
…
-
```
I set CellStyle with red color but output excel file with white cells.
public void SaveExcel(String filePath, DataSet dataset)
{
if (dataset.Tables.Count == 0)
…
-
```
What steps will reproduce the problem?
1. Workbook workbook = new Workbook();
Worksheet worksheet = new Worksheet("First Sheet");
worksheet.Cells[0, 1] = new Cell("teste");
…
-
```
I set CellStyle with red color but output excel file with white cells.
public void SaveExcel(String filePath, DataSet dataset)
{
if (dataset.Tables.Count == 0)
…
-
```
I set CellStyle with red color but output excel file with white cells.
public void SaveExcel(String filePath, DataSet dataset)
{
if (dataset.Tables.Count == 0)
…
-
```
What steps will reproduce the problem?
1. Workbook workbook = new Workbook();
Worksheet worksheet = new Worksheet("First Sheet");
worksheet.Cells[0, 1] = new Cell("teste");
…
-
```
I set CellStyle with red color but output excel file with white cells.
public void SaveExcel(String filePath, DataSet dataset)
{
if (dataset.Tables.Count == 0)
…