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

Update README.md #24

Merged
merged 3 commits into from
Dec 26, 2024
Merged

Update README.md #24

merged 3 commits into from
Dec 26, 2024

Conversation

fahadadeel
Copy link
Collaborator

Contributor License Agreement

Thank you for your contribution! 🚀
Please ensure you've signed the Contributor License Agreement (CLA) before this PR can be merged.

You can sign the CLA here.

@CLAassistant
Copy link

CLAassistant commented Dec 19, 2024

CLA assistant check
All committers have signed the CLA.

- Implemented `SetHyperlink` method to allow adding hyperlinks to cells with optional tooltips.
- Integrated OpenXML `Hyperlink` and `Hyperlinks` elements to manage cell hyperlinks.
- Added `GetWorksheetPart` helper to locate the parent `WorksheetPart` for a cell.
- Included XML documentation for `SetHyperlink` and `GetWorksheetPart` methods for API clarity.
- Ensured compatibility with the existing `Cell` class and OpenXML SDK conventions.

Example Usage:
- Add a hyperlink to a cell:
  cell.PutValue("Click Here");
  cell.SetHyperlink("https://example.com", "Visit Example Website");
@fahadadeel fahadadeel merged commit d1df418 into fileformat-cells:main Dec 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants