#excel #column-name #numbers #convert #cargo-toml #first #add

excel_column_id

Convert to Excel Column name from number

5 releases

0.1.4 Aug 20, 2019
0.1.3 Aug 20, 2019
0.1.2 Aug 20, 2019
0.1.1 Aug 20, 2019
0.1.0 Aug 19, 2019

#7 in #column-name

24 downloads per month
Used in excel_writer

MIT license

4KB
78 lines

Excel Column ID

Convert to Excel Column name from number

Usage

To use excel_column_id, first add this to your Cargo.toml:

[dependencies]
excel_column_id = "0.1"

Next, add this to your crate:

use excel_column_id::ColumnId;

let column_a = ColumnId::from(1);
let column_z = ColumnId::from(26);

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in bytes by you, shall be licensed as MIT, without any additional terms or conditions.

Dependencies

~175KB