RowsSharp
CSV filter and editor built with C# and WPF.
Install / Use
/learn @haruki-taka8/RowsSharpREADME
RowsSharp
CSV filtering and editing tool built using C# and WPF
<br><br>
Features
| Filtering | Editing | |:----------|:--------| | Display an image based on the selected row | Add/edit/remove rows and columns | | Conditional formatting | Add rows with a template | | Regular expressions | Unlimited undo & redo | || Copy/cut/paste | <br>
Dependencies
- material-symbols
- Font converted to
.otffor WPF compatibility - Font content rotated and/or flipped inside the UI
- Font converted to
- XamlBehaviorsWpf
- NLog
- ObservableTable
A copy of their licenses is available locally at third-party notices. <br>
Building
Official binaries are built with Visual Studio 2022 and .NET 6 using the release configuration.
<details> <summary>More on publish configurations...</summary>| Item | Configuration | |------|---------------| | Configuration | Release, Any CPU | | Target Framework | net6.0-windows | | Deployment Mode | Framework-dependent | | Target Runtime | win-x64 | | Single File | True | | ReadyToRun | False |
</details>