Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 239,180 for

aspose cells

(0.09 sec)
  1. 在保存为PDF时打印批注与C++|Documentation

    了解如何在使用Aspose.Cells for C++将Excel文件保存为PDF时打印批注。...批注: 无 工作表末尾 如在工作表上显示的那样 Aspose.Cells提供了 PrintCommentsType 枚举以支持相同的功能。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/print-comments-whi...
  2. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Aspose.Cells提供了 Chart::GetWorksheet 方法,可以返回包含图表的工作表的引用。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  3. Support for German Locale in Named Range Formul...

    Learn how to handle named range formulae in German locale using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/support-for-german-lo...
  4. Remove duplicate rows in a Worksheet with C++|D...

    Learn how to remove duplicate rows in a worksheet using Aspose.Cells for C++.... Aspose.Cells provides the Cells::RemoveDuplicates()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/remove-duplicate-rows...
  5. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  6. Create a TextBox in which each line has a diffe...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  7. Ինչպես տեղադրել Python-ը Java-ի միջոցով Python-...

    Այս հոդվածը նկարագրում է, թե ինչպես տեղադրել Python-ը Java-ի համար Aspose-Cells գործարկելու համար՝ տրամադրելով քայլեր և օրինակելի կոդը՝ շրջակա միջավայրը փորձարկելու համար: Python-ի տեղադրման այս ընթացակարգը կիրառելի կլինի Ubuntu-ի համար:...pomoću API-ja Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/hy/total/python/how-to-install-py...
  8. Adding New Worksheets to Workbook and Activatin...

    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.... The new cells will be filled with data at...these tasks using VSTO and Aspose.Cells for .NET . Adding Worksheets...

    docs.aspose.com/cells/net/adding-new-worksheets...
  9. 在用 C++ 设置样式的 Custom 属性时检查自定义数字格式|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库,支持在样式设置时检查自定义数字格式。本文将展示如何使用 Aspose.Cells 库检查自定义数字格式以确保样式正确。...属性分配了无效的自定义数字格式,Aspose.Cells 不会抛出任何异常。但是,如果你希望 Aspose.Cells 检查所分配的自定义数字格式是否有效,请将...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/check-custom-numbe...
  10. Remove Unused Styles in the Workbook with C++|D...

    Remove unused styles in an Excel workbook using Aspose.Cells with C++.... Aspose.Cells provides the Workbook.RemoveUnusedStyles()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/remove-unused-styles-...