Rev 1864 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1864 |
raphael |
1 |
Index: Classes/PHPExcel/Worksheet.php
|
|
|
2 |
===================================================================
|
|
|
3 |
--- Classes/PHPExcel/Worksheet.php (révision 1547)
|
|
|
4 |
+++ Classes/PHPExcel/Worksheet.php (copie de travail)
|
|
|
5 |
@@ -431,7 +431,7 @@
|
|
|
6 |
}
|
|
|
7 |
|
|
|
8 |
// Maximum 31 characters allowed for sheet title
|
|
|
9 |
- if (PHPExcel_Shared_String::CountCharacters($pValue) > 31) {
|
|
|
10 |
+ if (PHPExcel_Shared_String::CountCharacters($pValue) > 131) {
|
|
|
11 |
throw new PHPExcel_Exception('Maximum 31 characters allowed in sheet title.');
|
|
|
12 |
}
|
|
|
13 |
|