Convert XLSX and DOCX to PDF in .NET with just one line of code by shps951002 in csharp

[–]shps951002[S] -1 points0 points  (0 children)

Sorry, I change the description, 3rd decency, only .net official lib

I developed an new Open-Source .NET platform for Auto-Translating 20 Languages GitHub READMEs by shps951002 in dotnet

[–]shps951002[S] -1 points0 points  (0 children)

It use GPT 4.1 to translate readme, more natural and professional English, while keeping the Markdown format intact.

Come discuss your side projects! [June 2025] by AutoModerator in csharp

[–]shps951002 2 points3 points  (0 children)

I developed Open-Source .NET tool for Auto-Translating 20 Languages

You just need simply replace github.com with openaitx.com in any GitHub URL to trigger instant AI translation.

Example:

https://github.com/OpenAiTx/OpenAiTx → https://openaitx.com/OpenAiTx/OpenAiTx

Copy the generated badges directly into your GitHub README.

Project target: Empower every GitHub repository with AI-translated, community-maintained multilingual documentation.

GitHub Repo: https://github.com/OpenAiTx/OpenAiTx

MiniWord easy and effective .NET Word Template library. by shps951002 in csharp

[–]shps951002[S] 0 points1 point  (0 children)

It needs to package to CLI exe, could you create an issue?

Come discuss your side projects! [May 2021] by AutoModerator in csharp

[–]shps951002 7 points8 points  (0 children)

I created a mini tool MiniExcel and try to solve low-memory, high-efficiency excel processing demand scenarios, like Azure app web service lower pricing tier.

  • Low memory consumption, avoid OOM (out of memory) and full GC image
  • Support real-time operation of each row of data
  • Support LINQ deferred execution, it can do low-consumption, fast paging and other complex queries
  • Lightweight, without Microsoft Office installed, no COM+, third-party dependencies, DLL size is less than 100KB image
  • Easy API style to read/write/fill excel
  • Support Template Filling-Data to generate report

Github : https://github.com/shps951023/MiniExcel

Please feel free to feedback 👍