Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 82,286 for

workbook

(0.07 sec)
  1. Change the HTML Link Target Type with C++|Docum...

    Learn how to change the HTML link target type using Aspose.Cells for C++. Control the target attribute in HTML links programmatically....html" ; // Create workbook Workbook workbook ( inputPath ); //...); // Save the workbook to HTML format workbook . Save ( outputPath...

    docs.aspose.com/cells/cpp/change-the-html-link-...
  2. 使用WorkbookMetadata与Python.NET|Documentation

    学习如何使用Aspose.Cells for Python via .NET API高效管理工作簿元数据。...一旦使用 Workbook 类打开工作簿,您将能够读取文档属性。以下是使用 WorkbookMetadata...os from aspose.cells import Workbook from aspose.cells.metadata...

    docs.aspose.com/cells/zh/python-net/using-workb...
  3. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....xls" ; // Create workbook Workbook workbook ( inputFilePath );...second sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/controls-in-charts/
  4. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint presentations using C++...worksheet image, the Excel workbook is activated. End users can...changes to the actual Excel workbook and then return to the slide...

    docs.aspose.com/slides/cpp/working-solution-for...
  5. 判断工作表纸张大小是否自动|Documentation

    本文说明如何使用 C++ API 或示例代码,判断工作表的纸张大小是否为自动。...first workbook having automatic paper size false Workbook wb1 (...second workbook having automatic paper size true Workbook wb2 (...

    docs.aspose.com/cells/zh/cpp/determine-if-paper...
  6. Saving Files|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 the Workbook which represents a Microsoft...work with Excel files. The Workbook class provides the Save method...

    docs.aspose.com/cells/cpp/saving-files/
  7. Saving Files|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 the Workbook , which represents a Microsoft...work with Excel files. The Workbook class provides the Save method...

    docs.aspose.com/cells/go-cpp/saving-files/
  8. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。...); // Create a new workbook Workbook workbook ; // Get the shapes...worksheet ShapeCollection shapes = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  9. 使用字体|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 - 使用字体 C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/zh/net/working-with-fonts/
  10. 用C++根据原始值搜索数据|Documentation

    学习如何通过Aspose.Cells for C++ API根据原始值进行数据搜索。...); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/search-data-using-...