Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

Take a look at How do I create an Excel (.XLS and .XLSX) file in C# without installing Microsoft Office?How do I create an Excel (.XLS and .XLSX) file in C# without installing Microsoft Office? and choose an API to read from and write to the spreadsheet.

Many of them have SQL accessors, which will allow you to SELECT DISTINCT col1, col2, col3 FROM tableName. (You specify which columns you need to make the rows distinct.)

Take a look at How do I create an Excel (.XLS and .XLSX) file in C# without installing Microsoft Office? and choose an API to read from and write to the spreadsheet.

Many of them have SQL accessors, which will allow you to SELECT DISTINCT col1, col2, col3 FROM tableName. (You specify which columns you need to make the rows distinct.)

Take a look at How do I create an Excel (.XLS and .XLSX) file in C# without installing Microsoft Office? and choose an API to read from and write to the spreadsheet.

Many of them have SQL accessors, which will allow you to SELECT DISTINCT col1, col2, col3 FROM tableName. (You specify which columns you need to make the rows distinct.)

Source Link
rajah9
  • 12.5k
  • 5
  • 49
  • 59

Take a look at How do I create an Excel (.XLS and .XLSX) file in C# without installing Microsoft Office? and choose an API to read from and write to the spreadsheet.

Many of them have SQL accessors, which will allow you to SELECT DISTINCT col1, col2, col3 FROM tableName. (You specify which columns you need to make the rows distinct.)