Tim
Tim
Hi @wieslawsoltes first of all this library is really really useful and I am happy with the state it is. 😄 However when I tested some performance in my App...
## What is the status? There will be an advanced install dialog available soon (see: #823 ). This will handle the parameter as string. ## What is the problem with...
## What does the pull request do? Fixes some issues with `DataGrid`-Clipboard implementation like `"` and `\n` which were not handled acc. to specs. See: https://csv-spec.org ## What is the...
**Describe the changes you have made to improve this project** The idea for the demo recieved more positive votes than I thought. For this reason I implemented what I have...
**Is your feature request related to a problem? Please describe.** Now that the v2.0.0 is out maybe the Demo App should be updated as well. I would like to open...
This PR adds two functions to get a worksheet by it's ID. This helps if the name or position can change, but the ID not. `public IXLWorksheet GetWorksheetById(int id)` â–º...
## Read and complete the full issue template Do not randomly delete sections. They are here for a reason. **Do you want to request a *feature* or report a *bug*?**...
Do you plan to translate the UI someday? I can provide the German translations. Happy coding Tim
**Describe the changes you have made to improve this project** Introduced a new `Helper-Class` with an `AttachedProperty` similar to the existing `ToolTipAssist`. This allows a `Popup` to follow your curser....
It would be cool if this feature is attachable to `Popup` as well. [https://github.com/ControlzEx/ControlzEx#automove-tooltip](https://github.com/ControlzEx/ControlzEx#automove-tooltip) As far as I know the `Tooltip` is a special kind of a `Popup`, so it...