Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support excel column index position #14

Open
ozlerhakan opened this issue Mar 6, 2020 · 2 comments
Open

Support excel column index position #14

ozlerhakan opened this issue Mar 6, 2020 · 2 comments
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed sponsor 💖

Comments

@ozlerhakan
Copy link
Member

it's good to add some specific columns by giving index

@Ilrkhoaktul Ilrkhoaktul added the good first issue Good for newcomers label Mar 6, 2020
@fatihyildizhan fatihyildizhan added the help wanted Extra attention is needed label Mar 6, 2020
@fatihyildizhan
Copy link
Sponsor Member

fatihyildizhan commented Jun 11, 2024

Hi @ozlerhakan You can now write anything by giving index with this function.

This converts index to Excel column name like if you give 1 return A, 7 returns G.

https://github.com/doxa-labs/ExcelLabs/blob/master/Excel.Labs/Models/ExcelLabs.cs#L227

Example usage
cells.Add(new Cellx(1, "Your text, ColumnIndexToColumnLetter(1))); // Inserts your text on A column

@fatihyildizhan
Copy link
Sponsor Member

Thank you for waiting for this feature 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed sponsor 💖
Projects
None yet
Development

No branches or pull requests

3 participants