Skip to content

ReXLlenT is a typst package that helps you convert Excel xlsx tables to typst tables, powered by wasm.

License

Notifications You must be signed in to change notification settings

hongjr03/typst-ReXLlenT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReXLlenT

ReXLlenT is a typst package that helps you convert Excel xlsx tables to typst tables, powered by wasm. (Formerly eXMLlent.)

Quick Start

Start by importing the package:

#import "@preview/rexllent:0.2.0": xlsx-parser

Then you can use xlsx-parser function to convert your xlsx Excel table to typst table. Here is an example:

#xlsx-parser(read("test.xlsx", encoding: none))

By passing sheet-index parameter, you can specify the sheet index to parse. The default value is 0.

#xlsx-parser(read("test.xlsx", encoding: none), sheet-index: 1)

Extra arguments passed to xlsx-parser function will be passed to table. Feel free to customize the output table.

Toggling the parameters parse-table-style, parse-alignment, and parse-font-style to false will disable parsing of table styles, alignment, and font styles respectively.

Sheet in Excel Table in Typst Table in Typst (without table styles) Table in Typst (without alignment) Table in Typst (without font styles)
Sheet in Excel Table in Typst Table in Typst (without table styles) Table in Typst (without alignment) Table in Typst (without font styles)

Have fun!

Credits

License

This package is licensed under the MIT License.

About

ReXLlenT is a typst package that helps you convert Excel xlsx tables to typst tables, powered by wasm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published