faisalman / simple-excel-php

Simplexcel.php - Easily read / parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc spreadsheet tabular file formats
http://faisalman.github.io/simple-excel-php
562 stars 146 forks source link

Update Worksheet.php #15

Closed KariTrace closed 11 years ago

KariTrace commented 11 years ago

$Worksheet->removeColumn() param check !is_integer() changed to !is_numeric() to be more flexible but still validated inbound data.