Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
セル形式を取得するにはどうすればよいですか? やってみる
$E->getActiveSheet()->getCellByColumnAndRow(0, 24)->getCalculatedValue()
しかし、それは '6' を返します。私は '6 бухта' が必要です (ロシア語の文字で申し訳ありません)。
コードでセル形式を取得できます。
var_dump($objPHPExcel->getActiveSheet()->getCell('D3')->getStyle()->getNumberFormat()->getFormatCode());
出力は次のようになります。