-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
get style details #314
Comments
Is this an Excel issue or excelize issue? Would also be nice to name the API you tried to call.... |
@dayfine The point of this issue is that there is no API to retrieve the style definition from a style ID retrieved with |
Can't find documentation how to get details about style by ID returned GetCellStyle. |
Hi @kor44, the style ID return by |
@xuri thanks for answer. |
Is there any plan to add this feature in the future? Would you be willing to accept a PR? |
I will consider adding support for this feature later. I'll certainly accept that patch if somebody did that. |
hi, @xuri I would like to implement this. Can give any guide on how to add or change any api. |
@Jonham Hello, do you have an API to get the style through the style ID? |
This feature has been working in progress (as a project of the Institute of Software Chinese Academy of Sciences 2023 Open Source Promotion Plan), the library will be supported to get style definitions by index in a future released version, in August, 2023. |
I am also very excited for this feature, let us know if there is progress on that! And thank you for excellent library! |
I’m quite interested in this feature. |
As the dolmen says:
This library needs a function for reading style definition details, the style is read in the style sheet through the given style ID and returns the complete style formats. |
I will put all my energy into this advanced project. Working on another project has a high probability of failure. |
The new function |
…x-os#1574) - Add new function GetStyle support for get style definition
Description
Need api (or doc at least) on how to go from style number to attributes of style (such as color).
I am trying to get the color of a particular cell in a spreadsheet I am reading. I don't see how this is possible. There is a function that returns a handle to the style, but what to do with that number?
Describe the results you received:
Documentation has no information on how to get color from style.
Describe the results you expected:
Documentation would explain how to get color from style in terms of API details.
Output of
go version
:Excelize version or commit ID:
The text was updated successfully, but these errors were encountered: