0; $exportRunUrl = (string) ($exportRunUrl ?? '?action=export-run'); $exportStatusUrl = (string) ($exportStatusUrl ?? '?action=export-status'); $exportDownloadUrl = (string) ($exportDownloadUrl ?? '?action=export-download'); function h(mixed $value): string { return htmlspecialchars((string) ($value ?? ''), ENT_QUOTES, 'UTF-8'); } function flashClasses(?array $flash): string { $type = (string) ($flash['type'] ?? 'info'); return match ($type) { 'success' => 'border-emerald-200 bg-emerald-50 text-emerald-900', 'danger' => 'border-rose-200 bg-rose-50 text-rose-900', 'warning' => 'border-amber-200 bg-amber-50 text-amber-900', default => 'border-sky-200 bg-sky-50 text-sky-900', }; } ?> <?= h($appName) ?>
Export

Export data

Download the imported data in the format you need.

Export options

No imported data yet. Upload a workbook first to enable exports.

Full table

Every imported row ( total), exported as an Excel workbook.