xlsxwriter 0.6.1

Write xlsx file with number, formula, string, formatting, autofilter, merged cells, data validation and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub use crate::chart::{
    Chart, ChartDashType, ChartFill, ChartLine, ChartMarkerType, ChartPattern, ChartPatternType,
    ChartSeries, ChartType,
};
pub use crate::format::{
    Format, FormatAlignment, FormatBorder, FormatColor, FormatPatterns, FormatScript,
    FormatUnderline, FormatVerticalAlignment,
};
pub use crate::workbook::Workbook;
pub use crate::worksheet::{
    CommentDisplayType, CommentOptions, DateTime, GridLines, HeaderFooterOptions, ImageOptions,
    PaperType, Protection, RowColOptions, Worksheet, WorksheetCol, WorksheetRow, LXW_DEF_COL_WIDTH,
    LXW_DEF_COL_WIDTH_PIXELS, LXW_DEF_ROW_HEIGHT, LXW_DEF_ROW_HEIGHT_PIXELS,
};
pub use crate::StringOrFloat;
pub use crate::XlsxError;