Skip to content

Deprecated: Implicit conversion from float xx.xxxx to int loses precision in excel_reader2.php on line 922 #180

@rafaelspfonseca

Description

@rafaelspfonseca

OS: Windows 11
PHP Version 8.1.6

Error Mesage:
Deprecated: Implicit conversion from float 65.03846153846153 to int loses precision in C:\xampp\htdocs\sati\import\excel_reader2.php on line 922

public function __construct($file='',$store_extended_info=true,$outputEncoding='') {

  $this->_ole = new OLERead();
  $this->setUTFEncoder('iconv');
  if ($outputEncoding != '') { 
  	$this->setOutputEncoding($outputEncoding);
  }
  for ($i=1; $i<245; $i++) {
  	$name = strtolower(( (($i-1)/26>=1)?chr(($i-1)/26+64):'') . chr(($i-1)%26+65));  //line 922
  	$this->colnames[$name] = $i;
  	$this->colindexes[$i] = $name;
  }
  $this->store_extended_info = $store_extended_info;
  if ($file!="") {
  	$this->read($file);
  }

}

Anyone have ideia to fix the problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions