Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 201,195 for

aspose cells

(0.12 sec)
  1. 在Jython中复制和移动工作表|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....Contents [ Hide ] Aspose.Cells - 复制和移动工作表 使用 Aspose.Cells Java for Jython...代码 from aspose - cells import Settings from com . aspose . cells...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  2. 用C++更新Power Query公式项|Documentation

    学习如何使用Aspose.Cells for C++更新Power Query公式项,以修改Excel文件中的数据源文件位置。...在此情况下,Aspose.Cells API提供通过使用 PowerQueryFormulaIte...类来更新源文件位置的选项。 更新Power Query公式项 Aspose.Cells API提供了更新Power Query公式项的能力。以下代码演示如何使用...

    docs.aspose.com/cells/zh/cpp/update-power-query...
  3. 用C++计算数据表的数组公式|Documentation

    如何使用Aspose.Cells库在Microsoft Excel中用C++计算数据表的数组公式。通过加载现有Excel文件或创建新Excel文件,利用Aspose.Cells提供的方法计算数组公式并获取结果。最后保存修改后的Excel文件。... Aspose.Cells现在允许您计算数据表的数组公式。请在计算任何类型的公式时使用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/calculation-of-arr...
  4. 用C++检查VBA代码的数字签名是否有效|Documentation

    学习如何用Aspose.Cells在C++中检查VBA代码的数字签名的有效性。...用C++检查VBA代码的数字签名是否有效 Contents [ Hide ] Aspose.Cells允许你使用 Workbook.VbaProject...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/check-if-digital-s...
  5. Managing Page Breaks in Jython|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....Jython Contents [ Hide ] Aspose.Cells - Managing Page Breaks To...To append documents using Aspose.Cells Java for Jython . Here you...

    docs.aspose.com/cells/java/managing-page-breaks...
  6. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles during Excel to HTML conversion using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create workbook Workbook...

    docs.aspose.com/cells/cpp/exclude-unused-styles...
  7. Send Shape Front or Back inside the Worksheet w...

    Learn how to change the z-order position of shapes in a worksheet using Aspose.Cells for C++.... Aspose.Cells provides the Shape.ToFrontOrBack()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/send-shape-front-or-b...
  8. Number Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that supports many different cell number settings. This article will introduce how to use Aspose.Cells library to manage the number settings of Cells so that users can adjust the number format in the spreadsheet as needed.... Aspose.Cells supports this functionality...Excel: Right-click any cell. Select Format Cells . A dialog will appear...

    docs.aspose.com/cells/cpp/cells-number-settings/
  9. Sort Data in Column with Custom Sort List with ...

    Learn how to sort data in the column using a custom list by using the Aspose.Cells for C++ API....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/sort-data-in-column-w...
  10. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....options are fully supported in Aspose.Cells. This article explains how...to set page options with Aspose.Cells and shows code samples for...

    docs.aspose.com/cells/cpp/setting-page-options/