API Reference umya_spreadsheet_ex v#0.7.0
View SourceModules
UmyaSpreadsheet is an Elixir wrapper for the Rust umya-spreadsheet
library,
which provides Excel (.xlsx, .xlsm) file manipulation capabilities with the
performance benefits of Rust.
Functions for applying advanced fill patterns to cells in a spreadsheet, including gradient fills and pattern fills.
Functions for working with auto filters in spreadsheets.
Functions for manipulating and inspecting cell background colors in a spreadsheet.
Functions for manipulating cell borders in a spreadsheet.
Functions for exporting spreadsheets to CSV format.
Functions for manipulating individual cells in a spreadsheet.
Functions for creating and manipulating charts in a spreadsheet.
Functions for working with cell comments in spreadsheets.
Functions for conditional formatting.
Represents configuration options for CSV export.
Functions for applying data validation to spreadsheets.
Functions for managing document properties and custom metadata in spreadsheets.
Functions for working with shapes, text boxes, and connectors in Excel spreadsheets.
Helper functions for standardizing error handling across the UmyaSpreadsheet library.
Advanced file format options for Excel files.
Functions for manipulating font styles in a spreadsheet.
Functions for working with formulas in spreadsheets.
Functions for managing hyperlinks in Excel spreadsheets.
Functions for working with images in a spreadsheet.
Functions for working with OLE (Object Linking and Embedding) objects in a spreadsheet.
Functions for managing page breaks in worksheets.
Functions for optimized file writing with reduced memory usage.
Functions for creating and manipulating pivot tables.
Functions for configuring print settings in worksheets.
Rich Text functionality for UmyaSpreadsheet.
Functions for manipulating rows and columns in a spreadsheet.
Functions for manipulating sheets in a spreadsheet.
Functions for configuring how sheets are displayed in the Excel application.
Represents a spreadsheet object in memory.
Functions for styling and formatting cells, columns, and rows.
Functions for creating and managing Excel tables.
Functions for working with VML (Vector Markup Language) drawings in Excel files.
Functions for manipulating workbook properties and security.
Functions for managing workbook protection settings and retrieving protection status.
Functions for configuring how the workbook is displayed in the Excel application. These settings affect the overall workbook window rather than individual sheet views.
Struct for representing colors with ARGB values.
Mix Tasks
Install the umya_spreadsheet_ex package with Igniter