Jediné formátovo nezávislé rozhranie na dezinfekciu citlivých a utajovaných informácií z dokumentov a obrázkov PDF, Word, Excel, PowerPoint vrátane možnosti meniť metadáta a odstraňovať komentáre. Pomocou nástroja GroupDocs.Redaction for .NET môžete vymazať utajované informácie a uložiť zredigovaný dokument v PDF, čím prevediete všetky strany na rastrové obrázky alebo ponecháte dokument v pôvodnom formáte na ďalšie úpravy.
GroupDocs.Redaction umožňuje .NET vývojárom využiť plnú silu regulárnych výrazov na redigovanie XLT súboru pomocou niekoľkých jednoduchých krokov.
Nainštalujte z príkazového riadka ako nuget install GroupDocs.Redaction
alebo cez konzolu Package Manager Console Visual Studio s Install-Package GroupDocs.Redaction
.
Prípadne získajte offline inštalačný program MSI alebo knižnice DLL v súbore ZIP zo stránky [stiahnutia] (https://downloads.groupdocs.com/redaction/net) a uveďte ho ručne vo svojom projekte.
using (Redactor redactor = new Redactor(@"sample.xlt"))
{
redactor.Apply(new RegexRedaction("\\d{2}\\s*\\d{2}[^\\d]*\\d{6}", new ReplacementOptions(System.Drawing.Color.Blue)));
redactor.Save();
}
Checkout the free online demo for XLT Sk.
No need to set up
No need to write any code
Just upload the source file
Get the download link
Files with .xlt extension are template files created with Microsoft Excel which is a spreadsheet application which comes as part of Microsoft Office suite. Microsoft Office 97-2003 supported creating new XLT files as well as opening these. The latest version of Excel is still capable of opening this old format template files. Such a template file is used to quickly create new Excel files with default data and settings such as page formatting, font size, margins, charts, etc which can be further saved as new .xls files.
Read More(Comma Seperated Values)
(Microsoft Word Binary Format)
(Microsoft Word 2007 Marco File)
(Office 2007+ Word Document)
(Microsoft Word Template Files)
(Microsoft Word 2007+ Template File)
(Microsoft Word Template File )
(Portable Document Format)
(Microsoft PowerPoint Template Files)
(Microsoft PowerPoint Template File)
(PowerPoint Slide Show)
(Macro-enabled Slide Show)
(PowerPoint Slide Show)
(Microsoft PowerPoint 97-2003)
(Macro-enabled Presentation File)
(Open XML presentation Format)
(Rich Text Format)
(Microsoft Excel Spreadsheet (Legacy))
(Macro-enabled Spreadsheet)
(Open XML Workbook)
(Excel Macro-Enabled Template)
(Excel Template)