Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 19,604 for

custom data

(0.06 sec)
  1. Create XLS Using Python | products.aspose.com

    Generate Microsoft Excel XLS documents using Python applications without using Microsoft Office....get(index) method Insert data in the accessed cell using Worksheet...format for storing spreadsheet data. It is associated with Microsoft...

    products.aspose.com/total/python-java/create/xls/
  2. Working with GridWeb|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Excel files - complete with data, formatting, charts, images...GridWeb control to make their data easier to read. Changing Width...

    docs.aspose.com/cells/java/working-with-gridweb/
  3. IStructuredDocumentTag class | Aspose.Words for...

    Aspose.Words.Markup.IStructuredDocumentTag class. Interface to define a common Data for [StructuredDocumentTag](../structureddocumenttag/) and [StructuredDocumentTagRangeStart](../structureddocumenttagrangestart/)....Interface to define a common data for StructuredDocumentTa and...structured document tag to XML data in a custom XML part of the current...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering a spreadsheet to HTML using Aspose.Cells for C++.... \\ Data \\ 01_SourceDirectory \\ " );...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/set-default-font-whil...
  5. PCL to PDF Merge using Python | Aspose.PDF

    Combine two or more PCL documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...efficiently and protect your data. A peculiar feature from Aspose...dataDir ) into memory using the custom load options. This creates...

    products.aspose.com/pdf/python-net/merger/pcl-t...
  6. CustomPartCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your project with the CustomPartCollection Add method—quickly add items to your collection for seamless integration and efficiency....access a document’s arbitrary custom parts collection. Document...doc = new Document ( MyDir + "Custom parts OOXML package.docx" );...

    reference.aspose.com/words/net/aspose.words.mar...
  7. CustomPartCollection.GetEnumerator | Aspose.Wor...

    Explore the CustomPartCollection GetEnumerator method to effortlessly iterate through all items in your collection. Streamline your Data management today!...access a document’s arbitrary custom parts collection. Document...doc = new Document ( MyDir + "Custom parts OOXML package.docx" );...

    reference.aspose.com/words/net/aspose.words.mar...
  8. Cells.importdata is failing if there is invalid...

    Hi Team, We are trying to skip the next cells if the error in formula. Below is the code we are trying. Is there an option to skip to next cell if error occurs // Create a new workbook Workbook workbook1 = new Workboo…...Cells; // Create sample data table with formula content DataTable...ParseFormulas(true); // Import data with formulas cells1.ImportData(dt1...

    forum.aspose.com/t/cells-importdata-is-failing-...
  9. XLOOKUP returns #VALUE - Free Support Forum - a...

    I am using Aspose.Cells 25.11.0. .NET 9.0 using System.Collections; using Aspose.Cells; var input = @"C:\input-for-aspose.xlsx"; var output = @"C:\output.xlsx"; Workbook? wbc; using (var ms = new FileStream(input, F…...Calculate(CalculationData data) { _list.Add(data.Worksheet.Index); _list..._list.Add(data.CellRow); _list.Add(data.CellColumn); _list.Add(data...

    forum.aspose.com/t/xlookup-returns-value/322497
  10. How can I prepare large Excel files before zipp...

    I have been working with large Excel files that contain multiple sheets, formulas, charts, and images. These files are often very heavy and when I try to compress them I worry about losing formatting or breaking formulas…...// Styles, defined names and custom XML parts that are not referenced...embedding unnecessary font data. When custom fonts are not required...

    forum.aspose.com/t/how-can-i-prepare-large-exce...