Redaksi CSV Fail melalui C# dalam .NET Apl Teras

Cari & Gantikan Teks dalam Dokumen Office & OpenOffice, Hamparan & Pembentangan serta CSV pada Windows, Linux & macOS


Penyuntingan Dokumen untuk .NET API

Antara muka bebas format tunggal untuk menyunting maklumat sensitif dan terperingkat daripada dokumen dan imej PDF, Word, Excel, PowerPoint, termasuk keupayaan untuk menukar metadata dan mengalih keluar ulasan. Dengan alat GroupDocs.Redaction for .NET anda boleh menyunting teks dan menyimpan dokumen yang disunting dalam PDF, mengubah semua halaman menjadi imej raster atau menyimpan dokumen dalam format asalnya untuk pengeditan selanjutnya.

Sunting Teks Tepat daripada CSV melalui C#

GroupDocs.Redaction memudahkan .NET pembangun menambahkan CSV ciri redaksi fail dengan beberapa langkah mudah.

Bermula dengan Redaction API

Pasang daripada baris arahan sebagai nuget install GroupDocs.Redaction atau melalui Package Manager Console of Visual Studio dengan Install-Pakej GroupDocs.Redaction. Sebagai alternatif, dapatkan pemasang MSI luar talian atau DLL dalam fail ZIP daripada muat turun dan rujuknya dalam projek anda secara manual.

using (Redactor redactor = new Redactor(@"sample.csv"))
{
	redactor.Apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]")));
	redactor.Save();
}

CSV Ms Live Demo

Checkout the free online demo for CSV Ms.

No need to set up

No need to write any code

Just upload the source file

Get the download link

What is CSV File Format?

Files with .csv (Comma Separated Values) extension represent plain text files that contain records of data with comma separated values. Each line in a CSV file is a new record from the set of records contained in the file. Such files are generated when data transfer is intended from one storage system to another. Since all applications can recognize records separated by comma, import of such data files to database is done very conveniently. Almost all spreadsheet applications such as Microsoft Excel or OpenOffice Calc can import CSV without much effort. Data imported from such files is arranged in cells of a spreadsheet for representation to user.

Read More

Other Ms Options

DOC Ms

(Microsoft Word Binary Format)

DOCM Ms

(Microsoft Word 2007 Marco File)

DOCX Ms

(Office 2007+ Word Document)

DOT Ms

(Microsoft Word Template Files)

DOTM Ms

(Microsoft Word 2007+ Template File)

DOTX Ms

(Microsoft Word Template File )

PDF Ms

(Portable Document Format)

POT Ms

(Microsoft PowerPoint Template Files)

POTM Ms

(Microsoft PowerPoint Template File)

PPS Ms

(PowerPoint Slide Show)

PPSM Ms

(Macro-enabled Slide Show)

PPSX Ms

(PowerPoint Slide Show)

PPT Ms

(Microsoft PowerPoint 97-2003)

PPTM Ms

(Macro-enabled Presentation File)

PPTX Ms

(Open XML presentation Format)

RTF Ms

(Rich Text Format)

XLS Ms

(Microsoft Excel Spreadsheet (Legacy))

XLSM Ms

(Macro-enabled Spreadsheet)

XLSX Ms

(Open XML Workbook)

XLT Ms

(Excel 97 - 2003 Template)

XLTM Ms

(Excel Macro-Enabled Template)

XLTX Ms

(Excel Template)

Back to top
 Melayu