Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 201,320 for

aspose cells

(0.14 sec)
  1. 使用 C++ 保护工作表|Documentation

    了解如何使用 Aspose.Cells 与 C++ 保护 Microsoft Excel 文件中的工作表、行、列和特定单元格。... 保护工作表 Aspose.Cells提供了 Workbook 类,表示Microsoft...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/protecting-workshe...
  2. 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...To append documents using Aspose.Cells Java for Jython . Here you...

    docs.aspose.com/cells/java/copying-and-moving-w...
  3. 如何检测文件格式并使用 C++ 判断文件是否被加密|Documentation

    学习如何用 Aspose.Cells 和 C++检测文件格式及判断文件是否被加密。...Aspose.Cells 提供了 FileFormatUtil::DetectFileFormat()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-detect-a-fi...
  4. Setting Formula Calculation Mode of Workbook wi...

    This article introduces how to set the formula calculation mode of a workbook in Microsoft Excel with Aspose.Cells library using C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to set the formula calculation mode and get the result. Finally, we save the modified Excel file to disk.... Aspose.Cells also allows you to set the...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/setting-formula-calcu...
  5. Managing Document Properties in Jython|Document...

    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 Document Properties...To append documents using Aspose.Cells Java for Jython . Here you...

    docs.aspose.com/cells/java/managing-document-pr...
  6. 用C++移除切片器|Documentation

    学习如何用程序在Excel文件中移除切片器,使用Aspose.Cells for C++。...同样,要用Aspose.Cells API程序化移除,可以使用 Worksheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/removing-slicer/
  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提供此功能。要获取某行的最大列索引,你可以使用 Row...Row.GetLastDataCell() 属性,然后用 Cell.GetColumn() 属性获取最大列索引和最大含数据...

    docs.aspose.com/cells/zh/cpp/get-max-index-in-r...
  9. Create Pivot Tables and Pivot Charts with C++|D...

    Learn how to create pivot tables and pivot charts in Excel files using Aspose.Cells with C++.... Aspose.Cells supports pivot tables and...Pivot Tables and Charts Aspose.Cells provides a special set of...

    docs.aspose.com/cells/cpp/create-pivot-tables-a...
  10. 使用匿名类型或自定义对象|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还支持智能标记中的匿名类型或自定义对象。在下面的...sheet) in the workbook. Aspose . Cells . Worksheet w = report...

    docs.aspose.com/cells/zh/net/using-anonymous-ty...