NanoXLSX.Core 3.2.1
Loading...
Searching...
No Matches
NanoXLSX.Registry.PlugInUUID Class Reference

Static class, holding UUIDs to be used for registering packages, containing plug-ins or identifiers for data entities. More...

Static Public Attributes

const string PasswordWriter = "8106E566-60D6-45DB-BF87-33AB3882C019"
 UUID for the password writer, when a workbook is saved.
const string WorkbookWriter = "D4272E3A-AC56-4524-9B9F-7B1448DF536B"
 UUID for the workbook writer, when a workbook is saved.
const string WorksheetWriter = "51F952E9-A914-4F12-B1CC-2F6C1F3637D7"
 UUID for the worksheet writer, when a workbook is saved.
const string StyleWriter = "009D7028-E8D9-4BB6-B5C7-F6D5EA2BA01F"
 UUID for the style writer, when a workbook is saved.
const string SharedStringsWriter = "731BF436-E28D-4136-BEF4-394D2CC65E01"
 UUID for the shared strings writer, when a workbook is saved.
const string MetadataAppWriter = "49910428-CACB-475A-B39D-833D384DADE8"
 UUID for the matadata writer (app data), when a workbook is saved.
const string MetadataCoreWriter = "19C28EEF-D80E-4A22-9B30-26376C7512FE"
 UUID for the metadata writer (core data), when a workbook is saved.
const string ThemeWriter = "62E3A926-08F3-4343-ACCE-2A42096C3235"
 UUID for the theme writer, when a workbook is saved.
const string ColorWriter = "7276A073-55D2-482A-B5CD-AB752A70EA9D"
 UUID for the color writer, providing general method to write color definitions.
const string PreparingProcessor = "8156D4A2-BADB-4196-B5FC-4BE1CC743CFE"
 UUID for the initial preparing processor, that performs checks and actions before any other writer plug-in is executed.
const string WriterPrependingQueue = "772C4BF6-ED81-4127-80C7-C99D2B5C5EEC"
 UUID for the prepending queue. Plug-ins can register to this queue to be executed before the regular XLSX writers.
const string WriterPackageRegistryQueue = "C0CE40AC-14D5-4403-A5A3-018C6057A80E"
 UUID for the prepending queue that holds plug-ins for registering additional package parts for the XLSX building process.
const string WriterAppendingQueue = "04F73656-C355-40A9-9E68-CB21329F3E53"
 UUID for the appending queue. Plug-ins can register to this queue to be executed after the regular XLSX writers.
const string WorkbookInlineWriter = "E69CEC04-A5CD-4DC2-9517-88F895C5CB1E"
 UUID for in-line queued writers, appended right after the execution of the workbook writer, when a workbook is saved.
const string WorksheetInlineWriter = "E0F6C065-00F8-4A67-AFAF-F358342845BC"
 UUID for in-line queued writers, appended right after the execution of the worksheet writer, when a workbook is saved.
const string StyleInlineWriter = "E9358F10-DD9B-4C5B-9BBB-DC32D5EB0DBB"
 UUID for in-line queued writers, appended right after the execution of the style writer, when a workbook is saved.
const string SharedStringsInlineWriter = "1E87131E-E6BA-4292-B4E5-55B73233D3F5"
 UUID for in-line queued writers, appended right after the execution of the shared strings writer, when a workbook is saved.
const string MetadataAppInlineWriter = "AB45D7E1-7FF9-43D9-B482-91D677A7D614"
 UUID for in-line queued writers, appended right after the execution of the matadata writer (app data), when a workbook is saved.
const string MetadataCoreInlineWriter = "85AC02E3-1F92-4921-BC69-39B3F328ABCD"
 UUID for in-line queued writers, appended right after the execution of the metadata writer (core data), when a workbook is saved.
const string ThemeInlineWriter = "4CB6FD0E-AB69-40E9-B048-06B0E00C892D"
 UUID for in-line queued writers, appended right after the execution of the theme writer, when a workbook is saved.
const string PreparingInlineProcessor = "6CB92B28-25A5-4E80-92BA-5F7D904E993C"
 UUID for in-line queued processors, appended right after the execution of the initial preparing processor, when a workbook is saved.
const string CompatibilityInlineProcessor = "B86C2CD1-1E94-465A-AEA1-BF8C4108533D"
 UUID for in-line queued processors, appended right before the execution of the initial compatibility check, when a workbook is saved.
const string LastPackageOrderNumber = "C6165F97-98A7-478C-AD88-D21FDC58D234"
 UUID for the currently highest defined order number of a package part, when a workbook is saved.
const string PackagePartRelationshipId = "66C4B211-A4F6-404A-974D-4B3E260F8E29"
 UUID for workbook relationship IDs assigned to registered package parts, when a workbook is saved.
const string PasswordReader = "1090EEDC-27AB-4A90-AAAB-E9B02C086082"
 UUID for the password reader, when a workbook is loaded.
const string WorkbookReader = "B8C3405A-081C-453B-9C88-6A4BD7F5359B"
 UUID for the workbook reader, when a workbook is loaded.
const string WorksheetReader = "1DE75D75-5BF9-48EA-9387-DCF5459EC401"
 UUID for the worksheet reader, when a workbook is loaded.
const string StyleReader = "67AAB19A-4BF1-41B4-BC86-8C5BB5BB91F6"
 UUID for the style reader, when a workbook is loaded.
const string SharedStringsReader = "FF9BC0E6-59BF-4A16-B289-3F2AFD568438"
 UUID for the shared strings reader, when a workbook is loaded.
const string MetadataAppReader = "28C59145-7BB8-416F-BAC9-0130DD8557F9"
 UUID for the matadata reader (app data), when a workbook is loaded.
const string MetadataCoreReader = "B53F0F3E-71FF-43F0-B60C-C3478DE65788"
 UUID for the metadata reader (core data), when a workbook is loaded.
const string ThemeReader = "B4733D00-B596-4440-8E33-A803289848BC"
 UUID for the theme reader, when a workbook is loaded.
const string RelationshipReader = "DB9AF89B-6181-4F94-A666-5AB70840EDDF"
 UUID for the relationship reader, when a workbook is loaded.
const string DiscoveryReader = "08FE5C9F-C8A3-4B46-A74F-D2BF3F083CC4"
 UUID for the package relationship discovery reader, when a workbook is loaded.
const string FinalizingProcessor = "7B6B70B7-F2E1-433A-8171-018E93DE43A0"
 UUID for the finalizing processor that performs regular finalizing tasks after all workbook parts are read and after appending queue readers from plug-ins. Such plug-ins do not handle a stream anymore.
const string ReaderPrependingQueue = "658A903B-512D-490C-A99B-40C0B0947CBF"
 UUID for the prepending queue. Plug-ins can register to this queue to be executed before the regular XLSX readers.
const string ReaderPackageRegistryQueue = "1DD50B15-6EB8-451B-A6A8-C9265A8EF55C"
 UUID for the prepending queue that holds plug-ins for registering additional package parts for the XLSX reading process (e.g. additional XML files to be parsed).
const string ReaderAppendingQueue = "69EE822E-910E-4E6B-BC5B-8F27629933AF"
 UUID for the appending queue. Plug-ins can register to this queue to be executed after the regular XLSX readers.
const string WorkbookInlineReader = "33782BED-FCBA-4BE1-911A-5327C64B9580"
 UUID for in-line queued readers, appended right after the execution of the workbook reader, when a workbook is loaded.
const string WorksheetInlineReader = "20BE8320-9B90-41D2-8580-E1FE05DDC881"
 UUID for in-line queued reader, appended right after the execution of the worksheet reader, when a workbook is loaded.
const string StyleInlineReader = "9AC00387-E677-4F1C-88D6-558DAE6FF764"
 UUID for in-line queued reader, appended right after the execution of the style reader, when a workbook is loaded.
const string SharedStringsInlineReader = "3730F89E-CD7C-4BD8-B6AC-A18D803ADB2B"
 UUID for in-line queued reader, appended right after the execution of the shared strings reader, when a workbook is loaded.
const string MetadataAppInlineReader = "789AFD19-31C5-409A-86C6-7CF5CC49B9C1"
 UUID for in-line queued reader, appended right after the execution of the matadata reader (app data), when a workbook is loaded.
const string MetadataCoreInlineReader = "64A26388-EAD1-4435-AC07-A7FF18DCEEB7"
 UUID for in-line queued reader, appended right after the execution of the metadata reader (core data), when a workbook is loaded.
const string ThemeInlineReader = "4B44E8A8-4560-44EB-8B24-5E11FDC04971"
 UUID for in-line queued reader, appended right after the execution of the theme reader, when a workbook is loaded.
const string RelationshipInlineReader = "E474D078-FBBC-49BE-B0B8-6086C07023DA"
 UUID for in-line queued reader, appended right after the execution of the relationship reader, when a workbook is loaded.
const string FinalizingInlineProcessor = "0DAF416F-C735-4EB1-962A-859495E034DC"
 UUID for in-line queued processor, appended right after the execution of the finalizing reader, when a workbook is loaded. Note: such processors do not handle a stream.
const string WorksheetDefinitionEntity = "40CF0799-E4E7-4EA7-925F-BB6C9E8F588A"
 UUID for the worksheet definitions section, on reading a workbook.
const string SelectedWorksheetEntity = "DD9B5E9B-2276-484D-B36A-B1F5EB6EE08A"
 UUID for the selected worksheet, on reading a workbook.
const string RelationshipEntity = "F2DECC2C-544A-4B22-8C6E-386464586E60"
 UUID for the worksheet relationship section, on reading a workbook.
const string StyleEntity = "638F9F5A-334A-49A1-BE07-1F2F3BFB70C4"
 UUID for the styles, on reading a workbook.
const string DefinedNameEntity = "7774EFED-65A6-4AD7-9870-20DE4D09DB41"
 UUID for the defined names section, on reading a workbook.
const string DiscoveryCatalogEntity = "A3FB109E-F7F8-4FA1-9AAF-CF3C5A62A9A8"
 UUID for the relationship discovery catalog, on reading a workbook.
const string ReadExternalLinkFeature = "8E62F688-B7C6-4464-AF2A-BDBFF5F04AB5"
 UUID for the reader feature identification of external links (e.g. external workbooks).
const string WriteExternalLinkFeature = "D25A7462-CC8B-491E-B620-4A8EF81DE717"
 UUID for the writer feature identification of external links (e.g. external workbooks).

Detailed Description

Static class, holding UUIDs to be used for registering packages, containing plug-ins or identifiers for data entities.

Remarks
The UUID strings shall never be altered. New UUIDs may be added. Existing UUIDs must remain available throughout version 3 for API and plug-in compatibility.

Definition at line 14 of file PluginUUID.cs.

Member Data Documentation

◆ ColorWriter

const string NanoXLSX.Registry.PlugInUUID.ColorWriter = "7276A073-55D2-482A-B5CD-AB752A70EA9D"
static

UUID for the color writer, providing general method to write color definitions.

Definition at line 55 of file PluginUUID.cs.

◆ CompatibilityInlineProcessor

const string NanoXLSX.Registry.PlugInUUID.CompatibilityInlineProcessor = "B86C2CD1-1E94-465A-AEA1-BF8C4108533D"
static

UUID for in-line queued processors, appended right before the execution of the initial compatibility check, when a workbook is saved.

Remarks
In contrast to the other in-line plug-ins, plug-ins with this UUID are executed before the core compatibility processor executes its checks. Particular features can be enabled (that would be disabled by default) by this approach. Furthermore, there is no UUID for a non-queued compatibility processor, since the core compatibility processor must not be overwritten.

Definition at line 119 of file PluginUUID.cs.

◆ DefinedNameEntity

const string NanoXLSX.Registry.PlugInUUID.DefinedNameEntity = "7774EFED-65A6-4AD7-9870-20DE4D09DB41"
static

UUID for the defined names section, on reading a workbook.

Definition at line 257 of file PluginUUID.cs.

◆ DiscoveryCatalogEntity

const string NanoXLSX.Registry.PlugInUUID.DiscoveryCatalogEntity = "A3FB109E-F7F8-4FA1-9AAF-CF3C5A62A9A8"
static

UUID for the relationship discovery catalog, on reading a workbook.

Definition at line 261 of file PluginUUID.cs.

◆ DiscoveryReader

const string NanoXLSX.Registry.PlugInUUID.DiscoveryReader = "08FE5C9F-C8A3-4B46-A74F-D2BF3F083CC4"
static

UUID for the package relationship discovery reader, when a workbook is loaded.

Definition at line 174 of file PluginUUID.cs.

◆ FinalizingInlineProcessor

const string NanoXLSX.Registry.PlugInUUID.FinalizingInlineProcessor = "0DAF416F-C735-4EB1-962A-859495E034DC"
static

UUID for in-line queued processor, appended right after the execution of the finalizing reader, when a workbook is loaded. Note: such processors do not handle a stream.

Definition at line 234 of file PluginUUID.cs.

◆ FinalizingProcessor

const string NanoXLSX.Registry.PlugInUUID.FinalizingProcessor = "7B6B70B7-F2E1-433A-8171-018E93DE43A0"
static

UUID for the finalizing processor that performs regular finalizing tasks after all workbook parts are read and after appending queue readers from plug-ins. Such plug-ins do not handle a stream anymore.

Definition at line 178 of file PluginUUID.cs.

◆ LastPackageOrderNumber

const string NanoXLSX.Registry.PlugInUUID.LastPackageOrderNumber = "C6165F97-98A7-478C-AD88-D21FDC58D234"
static

UUID for the currently highest defined order number of a package part, when a workbook is saved.

Definition at line 126 of file PluginUUID.cs.

◆ MetadataAppInlineReader

const string NanoXLSX.Registry.PlugInUUID.MetadataAppInlineReader = "789AFD19-31C5-409A-86C6-7CF5CC49B9C1"
static

UUID for in-line queued reader, appended right after the execution of the matadata reader (app data), when a workbook is loaded.

Definition at line 218 of file PluginUUID.cs.

◆ MetadataAppInlineWriter

const string NanoXLSX.Registry.PlugInUUID.MetadataAppInlineWriter = "AB45D7E1-7FF9-43D9-B482-91D677A7D614"
static

UUID for in-line queued writers, appended right after the execution of the matadata writer (app data), when a workbook is saved.

Definition at line 100 of file PluginUUID.cs.

◆ MetadataAppReader

const string NanoXLSX.Registry.PlugInUUID.MetadataAppReader = "28C59145-7BB8-416F-BAC9-0130DD8557F9"
static

UUID for the matadata reader (app data), when a workbook is loaded.

Definition at line 157 of file PluginUUID.cs.

◆ MetadataAppWriter

const string NanoXLSX.Registry.PlugInUUID.MetadataAppWriter = "49910428-CACB-475A-B39D-833D384DADE8"
static

UUID for the matadata writer (app data), when a workbook is saved.

Definition at line 43 of file PluginUUID.cs.

◆ MetadataCoreInlineReader

const string NanoXLSX.Registry.PlugInUUID.MetadataCoreInlineReader = "64A26388-EAD1-4435-AC07-A7FF18DCEEB7"
static

UUID for in-line queued reader, appended right after the execution of the metadata reader (core data), when a workbook is loaded.

Definition at line 222 of file PluginUUID.cs.

◆ MetadataCoreInlineWriter

const string NanoXLSX.Registry.PlugInUUID.MetadataCoreInlineWriter = "85AC02E3-1F92-4921-BC69-39B3F328ABCD"
static

UUID for in-line queued writers, appended right after the execution of the metadata writer (core data), when a workbook is saved.

Definition at line 104 of file PluginUUID.cs.

◆ MetadataCoreReader

const string NanoXLSX.Registry.PlugInUUID.MetadataCoreReader = "B53F0F3E-71FF-43F0-B60C-C3478DE65788"
static

UUID for the metadata reader (core data), when a workbook is loaded.

Definition at line 161 of file PluginUUID.cs.

◆ MetadataCoreWriter

const string NanoXLSX.Registry.PlugInUUID.MetadataCoreWriter = "19C28EEF-D80E-4A22-9B30-26376C7512FE"
static

UUID for the metadata writer (core data), when a workbook is saved.

Definition at line 47 of file PluginUUID.cs.

◆ PackagePartRelationshipId

const string NanoXLSX.Registry.PlugInUUID.PackagePartRelationshipId = "66C4B211-A4F6-404A-974D-4B3E260F8E29"
static

UUID for workbook relationship IDs assigned to registered package parts, when a workbook is saved.

Definition at line 130 of file PluginUUID.cs.

◆ PasswordReader

const string NanoXLSX.Registry.PlugInUUID.PasswordReader = "1090EEDC-27AB-4A90-AAAB-E9B02C086082"
static

UUID for the password reader, when a workbook is loaded.

Definition at line 137 of file PluginUUID.cs.

◆ PasswordWriter

const string NanoXLSX.Registry.PlugInUUID.PasswordWriter = "8106E566-60D6-45DB-BF87-33AB3882C019"
static

UUID for the password writer, when a workbook is saved.

Definition at line 23 of file PluginUUID.cs.

◆ PreparingInlineProcessor

const string NanoXLSX.Registry.PlugInUUID.PreparingInlineProcessor = "6CB92B28-25A5-4E80-92BA-5F7D904E993C"
static

UUID for in-line queued processors, appended right after the execution of the initial preparing processor, when a workbook is saved.

Definition at line 112 of file PluginUUID.cs.

◆ PreparingProcessor

const string NanoXLSX.Registry.PlugInUUID.PreparingProcessor = "8156D4A2-BADB-4196-B5FC-4BE1CC743CFE"
static

UUID for the initial preparing processor, that performs checks and actions before any other writer plug-in is executed.

Definition at line 59 of file PluginUUID.cs.

◆ ReaderAppendingQueue

const string NanoXLSX.Registry.PlugInUUID.ReaderAppendingQueue = "69EE822E-910E-4E6B-BC5B-8F27629933AF"
static

UUID for the appending queue. Plug-ins can register to this queue to be executed after the regular XLSX readers.

Definition at line 195 of file PluginUUID.cs.

◆ ReaderPackageRegistryQueue

const string NanoXLSX.Registry.PlugInUUID.ReaderPackageRegistryQueue = "1DD50B15-6EB8-451B-A6A8-C9265A8EF55C"
static

UUID for the prepending queue that holds plug-ins for registering additional package parts for the XLSX reading process (e.g. additional XML files to be parsed).

Definition at line 190 of file PluginUUID.cs.

◆ ReaderPrependingQueue

const string NanoXLSX.Registry.PlugInUUID.ReaderPrependingQueue = "658A903B-512D-490C-A99B-40C0B0947CBF"
static

UUID for the prepending queue. Plug-ins can register to this queue to be executed before the regular XLSX readers.

Definition at line 185 of file PluginUUID.cs.

◆ ReadExternalLinkFeature

const string NanoXLSX.Registry.PlugInUUID.ReadExternalLinkFeature = "8E62F688-B7C6-4464-AF2A-BDBFF5F04AB5"
static

UUID for the reader feature identification of external links (e.g. external workbooks).

Definition at line 269 of file PluginUUID.cs.

◆ RelationshipEntity

const string NanoXLSX.Registry.PlugInUUID.RelationshipEntity = "F2DECC2C-544A-4B22-8C6E-386464586E60"
static

UUID for the worksheet relationship section, on reading a workbook.

Definition at line 249 of file PluginUUID.cs.

◆ RelationshipInlineReader

const string NanoXLSX.Registry.PlugInUUID.RelationshipInlineReader = "E474D078-FBBC-49BE-B0B8-6086C07023DA"
static

UUID for in-line queued reader, appended right after the execution of the relationship reader, when a workbook is loaded.

Definition at line 230 of file PluginUUID.cs.

◆ RelationshipReader

const string NanoXLSX.Registry.PlugInUUID.RelationshipReader = "DB9AF89B-6181-4F94-A666-5AB70840EDDF"
static

UUID for the relationship reader, when a workbook is loaded.

Definition at line 170 of file PluginUUID.cs.

◆ SelectedWorksheetEntity

const string NanoXLSX.Registry.PlugInUUID.SelectedWorksheetEntity = "DD9B5E9B-2276-484D-B36A-B1F5EB6EE08A"
static

UUID for the selected worksheet, on reading a workbook.

Definition at line 245 of file PluginUUID.cs.

◆ SharedStringsInlineReader

const string NanoXLSX.Registry.PlugInUUID.SharedStringsInlineReader = "3730F89E-CD7C-4BD8-B6AC-A18D803ADB2B"
static

UUID for in-line queued reader, appended right after the execution of the shared strings reader, when a workbook is loaded.

Definition at line 214 of file PluginUUID.cs.

◆ SharedStringsInlineWriter

const string NanoXLSX.Registry.PlugInUUID.SharedStringsInlineWriter = "1E87131E-E6BA-4292-B4E5-55B73233D3F5"
static

UUID for in-line queued writers, appended right after the execution of the shared strings writer, when a workbook is saved.

Definition at line 96 of file PluginUUID.cs.

◆ SharedStringsReader

const string NanoXLSX.Registry.PlugInUUID.SharedStringsReader = "FF9BC0E6-59BF-4A16-B289-3F2AFD568438"
static

UUID for the shared strings reader, when a workbook is loaded.

Definition at line 153 of file PluginUUID.cs.

◆ SharedStringsWriter

const string NanoXLSX.Registry.PlugInUUID.SharedStringsWriter = "731BF436-E28D-4136-BEF4-394D2CC65E01"
static

UUID for the shared strings writer, when a workbook is saved.

Definition at line 39 of file PluginUUID.cs.

◆ StyleEntity

const string NanoXLSX.Registry.PlugInUUID.StyleEntity = "638F9F5A-334A-49A1-BE07-1F2F3BFB70C4"
static

UUID for the styles, on reading a workbook.

Definition at line 253 of file PluginUUID.cs.

◆ StyleInlineReader

const string NanoXLSX.Registry.PlugInUUID.StyleInlineReader = "9AC00387-E677-4F1C-88D6-558DAE6FF764"
static

UUID for in-line queued reader, appended right after the execution of the style reader, when a workbook is loaded.

Definition at line 210 of file PluginUUID.cs.

◆ StyleInlineWriter

const string NanoXLSX.Registry.PlugInUUID.StyleInlineWriter = "E9358F10-DD9B-4C5B-9BBB-DC32D5EB0DBB"
static

UUID for in-line queued writers, appended right after the execution of the style writer, when a workbook is saved.

Definition at line 92 of file PluginUUID.cs.

◆ StyleReader

const string NanoXLSX.Registry.PlugInUUID.StyleReader = "67AAB19A-4BF1-41B4-BC86-8C5BB5BB91F6"
static

UUID for the style reader, when a workbook is loaded.

Definition at line 149 of file PluginUUID.cs.

◆ StyleWriter

const string NanoXLSX.Registry.PlugInUUID.StyleWriter = "009D7028-E8D9-4BB6-B5C7-F6D5EA2BA01F"
static

UUID for the style writer, when a workbook is saved.

Definition at line 35 of file PluginUUID.cs.

◆ ThemeInlineReader

const string NanoXLSX.Registry.PlugInUUID.ThemeInlineReader = "4B44E8A8-4560-44EB-8B24-5E11FDC04971"
static

UUID for in-line queued reader, appended right after the execution of the theme reader, when a workbook is loaded.

Definition at line 226 of file PluginUUID.cs.

◆ ThemeInlineWriter

const string NanoXLSX.Registry.PlugInUUID.ThemeInlineWriter = "4CB6FD0E-AB69-40E9-B048-06B0E00C892D"
static

UUID for in-line queued writers, appended right after the execution of the theme writer, when a workbook is saved.

Definition at line 108 of file PluginUUID.cs.

◆ ThemeReader

const string NanoXLSX.Registry.PlugInUUID.ThemeReader = "B4733D00-B596-4440-8E33-A803289848BC"
static

UUID for the theme reader, when a workbook is loaded.

Definition at line 165 of file PluginUUID.cs.

◆ ThemeWriter

const string NanoXLSX.Registry.PlugInUUID.ThemeWriter = "62E3A926-08F3-4343-ACCE-2A42096C3235"
static

UUID for the theme writer, when a workbook is saved.

Definition at line 51 of file PluginUUID.cs.

◆ WorkbookInlineReader

const string NanoXLSX.Registry.PlugInUUID.WorkbookInlineReader = "33782BED-FCBA-4BE1-911A-5327C64B9580"
static

UUID for in-line queued readers, appended right after the execution of the workbook reader, when a workbook is loaded.

Definition at line 202 of file PluginUUID.cs.

◆ WorkbookInlineWriter

const string NanoXLSX.Registry.PlugInUUID.WorkbookInlineWriter = "E69CEC04-A5CD-4DC2-9517-88F895C5CB1E"
static

UUID for in-line queued writers, appended right after the execution of the workbook writer, when a workbook is saved.

Definition at line 84 of file PluginUUID.cs.

◆ WorkbookReader

const string NanoXLSX.Registry.PlugInUUID.WorkbookReader = "B8C3405A-081C-453B-9C88-6A4BD7F5359B"
static

UUID for the workbook reader, when a workbook is loaded.

Definition at line 141 of file PluginUUID.cs.

◆ WorkbookWriter

const string NanoXLSX.Registry.PlugInUUID.WorkbookWriter = "D4272E3A-AC56-4524-9B9F-7B1448DF536B"
static

UUID for the workbook writer, when a workbook is saved.

Definition at line 27 of file PluginUUID.cs.

◆ WorksheetDefinitionEntity

const string NanoXLSX.Registry.PlugInUUID.WorksheetDefinitionEntity = "40CF0799-E4E7-4EA7-925F-BB6C9E8F588A"
static

UUID for the worksheet definitions section, on reading a workbook.

Definition at line 241 of file PluginUUID.cs.

◆ WorksheetInlineReader

const string NanoXLSX.Registry.PlugInUUID.WorksheetInlineReader = "20BE8320-9B90-41D2-8580-E1FE05DDC881"
static

UUID for in-line queued reader, appended right after the execution of the worksheet reader, when a workbook is loaded.

Definition at line 206 of file PluginUUID.cs.

◆ WorksheetInlineWriter

const string NanoXLSX.Registry.PlugInUUID.WorksheetInlineWriter = "E0F6C065-00F8-4A67-AFAF-F358342845BC"
static

UUID for in-line queued writers, appended right after the execution of the worksheet writer, when a workbook is saved.

Definition at line 88 of file PluginUUID.cs.

◆ WorksheetReader

const string NanoXLSX.Registry.PlugInUUID.WorksheetReader = "1DE75D75-5BF9-48EA-9387-DCF5459EC401"
static

UUID for the worksheet reader, when a workbook is loaded.

Definition at line 145 of file PluginUUID.cs.

◆ WorksheetWriter

const string NanoXLSX.Registry.PlugInUUID.WorksheetWriter = "51F952E9-A914-4F12-B1CC-2F6C1F3637D7"
static

UUID for the worksheet writer, when a workbook is saved.

Definition at line 31 of file PluginUUID.cs.

◆ WriteExternalLinkFeature

const string NanoXLSX.Registry.PlugInUUID.WriteExternalLinkFeature = "D25A7462-CC8B-491E-B620-4A8EF81DE717"
static

UUID for the writer feature identification of external links (e.g. external workbooks).

Definition at line 280 of file PluginUUID.cs.

◆ WriterAppendingQueue

const string NanoXLSX.Registry.PlugInUUID.WriterAppendingQueue = "04F73656-C355-40A9-9E68-CB21329F3E53"
static

UUID for the appending queue. Plug-ins can register to this queue to be executed after the regular XLSX writers.

Definition at line 76 of file PluginUUID.cs.

◆ WriterPackageRegistryQueue

const string NanoXLSX.Registry.PlugInUUID.WriterPackageRegistryQueue = "C0CE40AC-14D5-4403-A5A3-018C6057A80E"
static

UUID for the prepending queue that holds plug-ins for registering additional package parts for the XLSX building process.

Definition at line 71 of file PluginUUID.cs.

◆ WriterPrependingQueue

const string NanoXLSX.Registry.PlugInUUID.WriterPrependingQueue = "772C4BF6-ED81-4127-80C7-C99D2B5C5EEC"
static

UUID for the prepending queue. Plug-ins can register to this queue to be executed before the regular XLSX writers.

Definition at line 66 of file PluginUUID.cs.


The documentation for this class was generated from the following file: