Found 12 packages
🚀 SuperConvert is the ultimate tool for data conversion in C#/.NET! It supports JSON, XML, CSV, XLS and much more! With SuperConvert, you can easily convert any data format to another with just a few lines of code. 💪 📖 Its documentation provides clear and detailed explanations of all the methods and features available, making it easy to use and master. 🤓 💻 And if you're looking for more resources, the SuperConvert blog has plenty of articles on data conversion and best practices. 📰 🔧 Don't miss out on the powerful features SuperConvert has to offer, such as encoding and decoding files to/from base64, converting between data formats with customizable options, and more! ⚙️ 👍 Whether you're a seasoned developer or just starting out, SuperConvert is the perfect tool to simplify your data conversion tasks and improve your workflow. Give it a try today! 💻👨💻
SuperConvert is an open-source lightweight package to convert your data in c# Convert between data containers, Json/Datatable/Excelsheets and other data tables Create some json strings / Data tables Convert between them Convert DateTime Convert Json ⇔ Csv Convert DataTable ⇔ Csv ✨Magic ✨
SuperConvert.Abstraction is an open-source lightweight package to convert your data in c# Convert between data containers, Json/Datatable/Excelsheets and other data tables Create some json strings / Data tables Convert between them Convert DateTime Convert Json ⇔ Csv Convert DataTable ⇔ Csv ✨Magic ✨
可以实现任意类型之间的转换
Converts 超级转换器拓展 Json支持
Converts 超级转换器拓展 动态类型(dynamic)支持
simple tool to convert object to other object
C# library that adds conversion Method Extensions to System.Object. Perform super simple data conversions without being forced to consider all the scenarios. Let the library do it for you.
WordGlue is a generic layout engine which supports DOC and DOCX conversion and rendering for converting Microsoft Office formats. 100% managed, 100% thread safe and 100% independent of applications like MS Word and OpenOffice.org. Compatible with .NET 4.X, .NET 5.0, .NET 6.0, .NET 7.0, .NET 8.0, .NET 9.0 and .NET 10.0. Designed to convert semantic formats like DOC and DOCX documents to PDF, XPS, SVG and also to raster formats like PNG and JPEG. The DOC and DOCX rendering engine is general purpose so it can be easily extended to support other formats like HTML and RTF. WordGlue comes with a viewer application for opening, viewing and converting documents. So it's easy for you to test. Just open your test documents, see what they look like, save them in an appropriate format. The code for the viewing application comes included with WordGlue and is extremely compact. So once you're happy with the basic functionality it's simple to create your own conversions. In fact so simple it's trivial. Your code can be as simple as this, using (var doc = new WebSupergoo.WordGlue4.Doc(@"c:\test.docx")) doc.SaveAs(@"c:\output.pdf"); WordGlue uses WPF so your project needs to target Windows. In Visual Studio right click on the project and select Properties. Set the "Target OS" to Windows. Then run. See the documentation for more details.
This package provides a set of methods designed for efficient JSON manipulation and validation. It includes functionality to: 1. FlattenJson: Convert a nested JSON structure into a flat, key-value pair format. This method is particularly useful when working with deeply nested JSON objects, transforming them into a more accessible structure for easier querying or processing. 2. UnFlattenJson: Revert a flattened JSON structure back to its original nested format. This method allows you to restore a previously flattened JSON object to its hierarchical representation. 3. ValidateJson: Validate a JSON document against a JSON schema. This method ensures that the input JSON adheres to the specified structure and data types defined in the schema, making it essential for data integrity and validation before processing or storage. 4. ProcessLargeJson: Efficiently process large JSON files by reading and processing them token by token. This memory-efficient approach enables the handling of large JSON files without consuming excessive memory, making it suitable for scenarios where JSON files are too large to fit into memory all at once.
A super lightweight library to help you convert a console application into a Windows service.
MSBuild task to convert SVG files into raster formats such as PNG and ICO.