nuovo / spreadsheet-reader

A PHP spreadsheet reader (Excel XLS and XLSX, OpenOffice ODS, and variously separated text files) with a singular goal of getting the data out, efficiently
http://www.nuovo.lv/
Other
674 stars 498 forks source link

 Warning: "continue" targeting switch is equivalent to "break" #176

Open parsibox opened 2 years ago

parsibox commented 2 years ago

hi

error on php 7.4

<html>
<body>
<!--StartFragment--><font size="1" style="color: rgb(0, 0, 0); font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">

( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in D:\wamp64\www\1400\excel-jadid\spreadsheet-reader-master\SpreadsheetReader_XLSX.php on line 468
--

1 | 0.0005 | 366328 | {main}( ) | ...\test.php:0
2 | 0.0588 | 374992 | SpreadsheetReader->__construct( ) | ...\test.php:14
3 | 0.0590 | 375440 | SpreadsheetReader::Load( ) | ...\SpreadsheetReader.php:165

</font><!--EndFragment-->
</body>
</html>