Skip to content
A simple 2D 8-bit style icon depicts a geometric spreadsheet with visible grid cells and bold, blocky tabs. Over the spreadsheet is a thickly outlined gear symbol, representing a parser. The design uses five distinct corporate colors, features only flat, basic shapes, and is shown without people or text, against a transparent background. The image is small and square, 128 by 128 pixels, with no shadows or gradients.

XLSX

Parsing and stringifying of Excel spreadsheet files, xlsx.

The parsers also provide a versatile parser for XLSX. It returns an array of sheets (name, rows) where each row is an array of objects.

const sheets = await parsers.XLSX(env.files[0])