Skip to content

nottxy/excel_column_id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages