Answer the question
In order to leave comments, you need to log in
Encoding in PHP and Excel?
Read lines from excel file and write to text file.
The code is the same, even excel files were exported from the same site:
$arr1 = file('dir/1 (4).csv');
$fp3 = fopen("test444.txt", "a");
$mytext3 = $arr1['9'] . "\n";
$test = fwrite($fp3, $mytext3);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question