Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 241,728 for

aspose cells

(0.18 sec)
  1. CellFormat.vertical_merge property | Aspose.Wor...

    CellFormat.vertical_merge property. Specifies how the cell is merged with other Cells vertically....Specifies how the cell is merged with other cells vertically. @property...vertical_merge ( self ) -> aspose . words . tables . CellMerge...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 用 C++ 获取工作表页面设置的宽度和高度|Documentation

    学习如何使用C++代码通过Aspose.Cells for C++ API以编程方式获取Excel工作表页面设置的纸张宽度和高度。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace std ; int main () { Aspose :: Cells :: Startup (); // Create...

    docs.aspose.com/cells/zh/cpp/get-paper-width-an...
  3. Extra Blank Column Appears in Pivot Table HTML ...

    Summary When converting an Excel workbook with a pivot table to HTML using Aspose.Cells for Node.js via Java, an unexpected blank column is appearing after the pivot table in the generated HTML output. Environment Libr…...Pivot Table HTML Export Aspose.Cells Product Family KarthikMunjam...pivot table to HTML using Aspose.Cells for Node.js via Java, an...

    forum.aspose.com/t/extra-blank-column-appears-i...
  4. 使用 C++ 检测工作表是否受密码保护|Documentation

    了解如何使用 Aspose.Cells for C++ 检测工作表是否受密码保护。...Aspose.Cells API 提供检测特定工作表是否受密码保护的方法。本文演示如何使用 Aspose.Cells...Cells for C++ API 实现此功能。 Aspose.Cells for C++ 已暴露 Protection.IsProtectedWithPassw...

    docs.aspose.com/cells/zh/cpp/detect-if-workshee...
  5. example.py

    import os from jpype import * __Cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__Cells_jar_dir__, "Aspose-Cells-23.1.jar")) addClassPath(os.path.join(__Cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)...addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os...

    docs.aspose.com/cells/ja/python-java/pyinstalle...
  6. Copying And Moving Worksheets in Jython|Documen...

    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....Jython Contents [ Hide ] Aspose.Cells - Copying And Moving Worksheets...and move worksheets using Aspose.Cells for Java with Jython . Here...

    docs.aspose.com/cells/java/copying-and-moving-w...
  7. Set column width to scalable unit like em or pe...

    Learn how to set column width to scalable units like em or percent using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/set-column-width-to-s...
  8. 使用C++控制工作簿视图的方法|Documentation

    学习如何使用Aspose.Cells for C++ API控制工作簿视图。...Aspose.Cells支持这些功能。Aspose.Cells提供以下属性和方法帮助你实现目标。...WorkbookSettings.GetWindowTop() ** 使用Aspose.Cells for C++控制工作簿视图的方法** 此示例演示如何:...

    docs.aspose.com/cells/zh/cpp/how-to-control-wor...
  9. Change Slicer Properties with C++|Documentation

    Change the properties of a Slicer in Excel files using Aspose.Cells with C++.... Aspose.Cells provides you with the option...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/change-slicer-propert...
  10. Table.set_shading method | Aspose.Words for Python

    Table.set_shading method. Sets shading to the specified values on whole table....set_shading ( self , texture : aspose . words . TextureIndex , foreground_color...foreground_color : aspose . pydrawing . Color , background_color : aspose . pydrawing...

    reference.aspose.com/words/python-net/aspose.wo...