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

Features request #19

Open
SebZar opened this issue Aug 18, 2022 · 2 comments
Open

Features request #19

SebZar opened this issue Aug 18, 2022 · 2 comments
Labels
enhancement Improvement of an existing functionality of the library feature request Features that could improve the functionality of the library

Comments

@SebZar
Copy link

SebZar commented Aug 18, 2022

Hi,
I'm missing some features.

  • Write RichText to cells
  • Add conditional formattings to cells
  • Some more overloads for convenience like to make the switch to library more easy:
    Cell.Range(startColumn, startRow, endColumn, endRow)).
    Workbooks.Add("name") which return a new workbook

Perhaps you can put them on the roadmap.

Thanks

@rabanti-github
Copy link
Owner

Hi
Thanks for the request.

RichText (inline formatting) is on top of the (not yet written down :-) roadmap.
Conditional formatting is also planned but will be probably a bigger task.
Also on the list is a formula builder.
The convenience functions sounds good. Let me know if you have more of them. It may be that some functions may be already implemented in the dev brach. You will find some changes in that branch, and even more in the dev branch of NanoXLSX.

As info:
Future versions of PicoXLSX will be most likely a facade of NanoXLSX, since maintenance of the two separate (four, if the Java versions are taken into account) libraries grew up to nightmare level, and the monolithic aspect of PicoXLSX is nowadays not that important as back in 2013, when I startet the project.

@rabanti-github rabanti-github added enhancement Improvement of an existing functionality of the library feature request Features that could improve the functionality of the library labels Aug 18, 2022
@DixonDacya
Copy link

As a suggestion for overloads, it would be nice to have Worksheets.Exists(string WorksheetName) as shortcut for Wb.Worksheets.Exists(ws => ws.SheetName == WorksheetName)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of an existing functionality of the library feature request Features that could improve the functionality of the library
Projects
None yet
Development

No branches or pull requests

3 participants