XlsxWorkbookArchiveHelpers
XlsxWorkbookArchiveHelpers
Overview
XlsxWorkbookArchiveHelpers यह एक क्लास है Aspose.Cells FOSS के लिए C++।.
एक ZIP संग्रह से XLSX कार्यपुस्तिका भागों को पढ़ने के लिए आंतरिक सहायक विधियां।.
इस कक्षा में सी ++ प्रोग्रामों में XlsxWorkbookArchiveHelpers वस्तुओं के साथ काम करने के लिए 21 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: AddIssue, EnsureSeekable, FindRelationshipTarget, FindRelationshipTargetByType, GetEntry, GetRelationshipTargetKind, LoadDateStyleIndexes, LoadDocument, LoadRelationships, LoadSharedStrings, LooksLikeDateFormat, NormalizeFormula,और 9 अतिरिक्त तरीके।. सभी सार्वजनिक सदस्य किसी भी सी ++ अनुप्रयोग के लिए उपलब्ध हैं Aspose.Cells FOSS को C++ पैकेज के साथ स्थापित करने के बाद।.
Methods
| Signature | Description |
|---|---|
XlsxWorkbookArchiveHelpers() | इस उदाहरण पर XlsxWorkbookArchiveHelpers कॉल करें।. |
EnsureSeekable(stream: std::vector<uint8_t>) → std::vector<uint8_t> | यह सुनिश्चित करता है कि बेट बफर खोजा जा सकता है (मूल्य डेटा के लिए पहचान)।. |
GetEntry(archive: ZipArchive, uri: std::string_view) → ZipArchiveEntry | URI द्वारा एक ZIP प्रवेश प्राप्त करता है, प्रमुख झटके और बैकस्लाश को सामान्य करता हूं।. |
LoadDocument(entry: ZipArchiveEntry) → XmlDocument | एक ZIP इनपुट से XML दस्तावेज़ डाउनलोड करें।. |
LoadRelationships(archive: ZipArchive, relationshipsUri: std::string_view, sourceUri: std::string_view) → std::unordered_map<std::string, std::string> | रिश्तों को .rels फ़ाइल से संग्रहीत करता है।. |
FindRelationshipTarget(workbookRelationships: std::unordered_map<std::string, std::string>, expectedPath: std::string_view) → std::string | पहला रिश्ते लक्ष्य खोजें जिसका तय मार्ग मैच उम्मीद करता है।. |
FindRelationshipTargetByType(workbookRelationships: std::unordered_map<std::string, std::string>, relationshipType: std::string_view) → std::string | पहला रिश्ते लक्ष्य खोजें जिसका अंतर्निहित लिंग रिलेशनशिप के साथ मेल खाता है।. |
LoadSharedStrings(archive: ZipArchive, workbookRelationships: std::unordered_map<std::string, std::string>, options: LoadOptions, diagnostics: LoadDiagnostics) → std::vector<std::string> | संग्रह से साझा तार तालिका डाउनलोड करें।. |
LoadDateStyleIndexes(archive: ZipArchive, workbookRelationships: std::unordered_map<std::string, std::string>, options: LoadOptions, diagnostics: LoadDiagnostics) → std::unordered_set<int> | यह सेल-आकार सूचकांक का एक सेट लोड करता है जो एक तारीख संख्या प्रारूप का उपयोग करता हैं।. |
ParseBoolAttribute(attribute: XmlAttribute) → bool | एक बोलेन गुण ( “1” या “सच्चा” परिणाम सच है) को पारित करता है।. |
ParseIntAttribute(attribute: XmlAttribute) → std::optional<int> | एक पूर्ण गुण को पार करता है, असफलता या शून्य गुण पर खाली वापस आता है।. |
ParseDoubleAttribute(attribute: XmlAttribute) → std::optional<double> | एक डबल अनुभूति को पार करता है, असफलता या शून्य अनुभा पर खाली वापस आता है।. |
NormalizeFormula(value: std::string_view) → std::string | एक सूत्र श्रृंखला को सामान्य करता है और एक प्रमुख ‘=’ को ट्रिमिंग और स्ट्रिप करके।. |
ReadInlineString(inlineStringElement: XmlElement) → std::string | एक इनलाइन-स्ट्रिंग तत्व से संकुचित पाठ पढ़ता है।. |
TryParseNumber(rawValue: std::string_view, numberValue: CellValue) → bool | एक कच्चे पंक्ति को संख्या (इन या डबल) के रूप में विभाजित करने का प्रयास करें।. |
AddIssue(diagnostics: LoadDiagnostics, options: LoadOptions, issue: LoadIssue) | एक लोड संस्करण रिकॉर्ड करें और चेतावनी कॉलबैक को सूचित करें यदि मौजूद है।. |
ResolveWorksheetUri(sheetIndex: int, relationshipId: std::string_view, workbookRelationships: std::unordered_map<std::string, std::string>, archive: ZipArchive, diagnostics: LoadDiagnostics, sheetName: std::string_view, options: LoadOptions) → std::string | यह एक रिश्ते आईडी से कार्यपत्रक भाग यूआरआई को हल करता है, जो सम्मेलन में वापस आता है।. |
ResolvePartUri(sourceUri: std::string_view, target: std::string_view) → std::string | एक स्रोत यूआरआई के खिलाफ एक रिश्तेदार या पूर्ण लक्ष्य को हल करता है।. |
RelationshipPointsTo(candidate: std::string_view, expectedUri: std::string_view) → bool | यह परीक्षण करता है कि क्या एक उम्मीदवार मार्ग एक अपेक्षित यूआरआई (कस-असंवेदनशील) से मेल खाता है।. |
GetRelationshipTargetKind(candidate: std::string_view) → std::string | रिश्ते के प्रकार को एक हल लक्ष्य मार्ग से उतारता है।. |
LooksLikeDateFormat(formatCode: std::string_view) → bool | यह जांचता है कि क्या एक संख्या प्रारूप कोड एक तारीख / समय प्रारंभ की तरह दिखता हैं।. |