MNB PHPExcelDeveloper Guide
Interactive tools

Build Reader and Import Options

Choose workbook, worksheet, header, row, streaming, projection, and database-import options, then copy generated PHP code.

Updated

PHP 8.1+Full packageIndividual XLSXInteractive builder
Available sincev2.0.5Version guide
LevelAll levelsReading time8 minPackagemnb/mnb-phpexcel or mnb/mnb-phpexcel-xlsx

What you will learn

  • Generate a complete read-session example from explicit choices.
  • See when rows(), toArray(), structured output, and countRows() fit.
  • Build a dry-run-first PDO import example without memorizing every option key.

Generate the example you need#

Use 0 for no header mapping.
Comma-separated header names; leave empty for all columns.
Generated PHPUpdates immediately as options change.

Treat generated code as a starting point#

Continue with the production-safe upload/import recipe →