This is the xlsx Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 08:07:20 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
xlsx
Basic reader for Excel files.
Carlos Ungil <ungil@mac.com>
MIT
zip
(system).
flexi-streams
(system).
xmls
(system).
package.lisp
(file).
xlsx.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
xlsx/xlsx.lisp
package.lisp
(file).
xlsx
(system).
as-matrix
(function).
list-sheets
(function).
read-sheet
(function).
column-and-row
(function).
excel-date
(function).
get-entry
(function).
get-number-formats
(function).
get-relationships
(function).
get-unique-strings
(function).
list-entries
(function).
Packages are listed by definition order.
xlsx
common-lisp
.
as-matrix
(function).
list-sheets
(function).
read-sheet
(function).
column-and-row
(function).
excel-date
(function).
get-entry
(function).
get-number-formats
(function).
get-relationships
(function).
get-unique-strings
(function).
list-entries
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Creates an array from a list of cells of the form ((:A . 1) . 42)
Empty columns or rows are ignored (column and row names are returned as additional values).
When a value is equal to na-string, nil is returned instead.
Retrieves the id and name of the worksheets in the .xlsx/.xlsm file.
Retrives the contents of the given worksheet as a list of cells of the form ((:A . 1) . 42) A numeric id or name is required unless the file contains a single worksheet.
Jump to: | A C E F G L R |
---|
Jump to: | A C E F G L R |
---|
Jump to: | F P S X |
---|
Jump to: | F P S X |
---|