Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 99,951 for

workbook

(0.09 sec)
  1. 通过 C++ 使用 Node.js 在计算完图表后读取轴标签|Documentation

    学习如何在计算完图表后读取 Aspose.Cells for Node.js via C++ 的轴标签。我们的指南将向您展示如何访问和检索轴标签,包括其格式和位置。...chart const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/read-axis-l...
  2. 使用 C++ 通过 Node.js 移除工作表中的重复行|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 移除工作表中的重复行,并选择特定列进行重复检测。...Create workbook const book = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-dupl...
  3. Insert Sparkline with C++|Documentation

    Create sparkline for Excel using Aspise.Cells with C++...." ); // Create a new workbook Workbook book ; Worksheet sheet...le::Style10); // Save the workbook book . Save ( outDir + u "output...

    docs.aspose.com/cells/cpp/creating-sparklines/
  4. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells... arrayBuffer (); wb = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/set-line-s...
  5. Provide exported worksheet HTML file path via I...

    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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/provide-export...
  6. Excel Export - Gap Missing when using arrays of...

    While working with arrays, we are facing an issue in excel where the gap between different elements is maintained correctly for an array of objects, but not for an array of strings. When using an array of objects, the t…...following codes: Workbook workbook = new Workbook(dir + "test_template1...workbookDesigner = new WorkbookDesigner(workbook); //workbookDesigner.ContainsVariables...

    forum.aspose.com/t/excel-export-gap-missing-whe...
  7. Add and Retrieve Data|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....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/add-and-retrieve-data/
  8. Refresh Values of Linked Shapes|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....Cells when you save your workbook in XLS or XLSX format. However... if you want to save your workbook in PDF or HTML format, you...

    docs.aspose.com/cells/java/refresh-values-of-li...
  9. Ignore styles to get better performance in Grid...

    This article describes how to use IgnoreStyleWithNoData to get better performance in GridWeb....rows and columns from the workbook. Get Better Performance While...While Loading Workbook Please check the sample Excel file When...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  10. 使用 Python via .NET 自定义 Ribbon XML|Documentation

    使用 Aspose.Cells for Python via .NET API 读写和管理 Excel Ribbon XML 自定义。...cells import Workbook # For complete examples and...current_dir , "data" ) wb = Workbook ( os . path . join ( data_dir...

    docs.aspose.com/cells/zh/python-net/customizing...