Skip to content

Commit bdaec8c

Browse files
committed
update readme
1 parent 8e3ccbc commit bdaec8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![php-excel](https://github.com/viest/php-excel-writer/blob/master/resource/logo.png)
1+
![php-excel](resource/logo.png)
22

33
[![Build Status](https://travis-ci.org/viest/php-ext-excel-export.svg?branch=master)](https://travis-ci.org/viest/php-ext-excel-export)
44
[![Build status](https://ci.appveyor.com/api/projects/status/w4cfjo9e4gsrs6rn/branch/master?svg=true)](https://ci.appveyor.com/project/viest/php-ext-excel-export/branch/master)
@@ -13,7 +13,7 @@
1313

1414
Please refer to the image below. PHPExcel has been unable to work properly for memory reasons at 40,000 and 100000 points, but it can be resolved by modifying the ini configuration, but the time may take longer to complete the work;
1515

16-
![php-excel](https://github.com/viest/php-excel-writer/blob/master/resource/performance_comparison.png)
16+
![php-excel](resource/performance_comparison.png)
1717

1818
xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file. It supports features such as:
1919

@@ -55,11 +55,11 @@ Test environment: Macbook Pro 13 inch, Intel Core i5, 16GB 2133MHz LPDDR3 Memory
5555

5656
#### PECL Repository
5757

58-
[![pecl](https://github.com/viest/php-excel-writer/blob/master/resource/pecl.png)](https://pecl.php.net/package/xlswriter)
58+
[![pecl](resource/pecl.png)](https://pecl.php.net/package/xlswriter)
5959

6060
#### Exchange group
6161

62-
<img width="160" src="https://github.com/viest/php-ext-excel-export/blob/dev/resource/qq.jpg"/>
62+
<img width="160" src="resource/qq.jpg"/>
6363

6464
#### License
6565

0 commit comments

Comments
 (0)