-
```
What steps will reproduce the problem?
1. Create xls file with Excel Library
2. Sample Code:
Workbook book = new Workbook();
Worksheet worksheet = new Worksheet("test");
…
-
```
What steps will reproduce the problem?
1. Create xls file with Excel Library
2. Sample Code:
Workbook book = new Workbook();
Worksheet worksheet = new Worksheet("test");
…
-
```
What steps will reproduce the problem?
1. Create xls file with Excel Library
2. Sample Code:
Workbook book = new Workbook();
Worksheet worksheet = new Worksheet("test");
…
-
```
What steps will reproduce the problem?
1. Create xls file with Excel Library
2. Sample Code:
Workbook book = new Workbook();
Worksheet worksheet = new Worksheet("test");
…
-
```
What steps will reproduce the problem?
1. Create xls file with Excel Library
2. Sample Code:
Workbook book = new Workbook();
Worksheet worksheet = new Worksheet("test");
…
-
```
What steps will reproduce the problem?
1. Create xls file with Excel Library
2. Sample Code:
Workbook book = new Workbook();
Worksheet worksheet = new Worksheet("test");
…
-
```
What steps will reproduce the problem?
1. Create xls file with Excel Library
2. Sample Code:
Workbook book = new Workbook();
Worksheet worksheet = new Worksheet("test");
…
-
```
What steps will reproduce the problem?
1. Create xls file with Excel Library
2. Sample Code:
Workbook book = new Workbook();
Worksheet worksheet = new Worksheet("test");
…
-
I have started using composer to bring in PHPExcel and I prefer to use the stable release for dependencies whenever possible.
However, there is a bug in 1.8.0 that is causing my unit tests to fail an…
pmeth updated
8 years ago
-
Hello,
I'm trying to implement simple template engine which requires indirection feature - ability to set cell value based on some other cell, kind of formula implemented in my code. I stumbled upon …