Custom CSV Import Plugin

Univer SheetsPreset Mode

This example demonstrates how to create a custom plugin for Univer Sheets that allows users to import CSV files into a spreadsheet. The plugin provides a button that, when clicked, prompts the user to select a CSV file, reads its content, and populates the spreadsheet with the data from the CSV file.

Back