Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 201,197 for

aspose cells

(0.1 sec)
  1. How to Save a PowerPoint as a PDF with Notes us...

    This short tutorial describes how to save a PowerPoint as a PDF with notes using Java. It contains complete information for the environment, the program flow, and a runnable sample code to save powerpoint presentation as pdf with notes using Java....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/slides/java/how-to-save-a-powerpo...
  2. 将PdfSaveOptions和ImageOrPrintOptions的DefaultFont...

    学习在使用Aspose.Cells保存文档时优先设置字体。... 通常,在保存为PDF或图像时,Aspose.Cells会优先尝试设置工作簿的默认字体(即Workbook...Font)。如果工作簿的默认字体仍无法正确显示/渲染文本,则Aspose.Cells将尝试使用 PdfSaveOptions / ImageOrPrintOptions...

    docs.aspose.com/cells/zh/cpp/set-defaultfont-pr...
  3. 用C++自定义数据透视表的全球化设置|Documentation

    学习如何使用Aspose.Cells for C++自定义数据透视表的全球化设置。...Aspose.Cells for C++允许你自定义数据透视表的全球化设...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class...

    docs.aspose.com/cells/zh/cpp/customize-globaliz...
  4. 在 C++ 中为饼图的切片或扇区自定义颜色|Documentation

    了解如何使用 Aspose.Cells for C++ 自定义饼图中切片和扇区的颜色。我们的指南将演示如何为每个切片、扇区或图例分配独特的颜色,以增强视觉吸引力和数据表现。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/zh/cpp/custom-slice-or-se...
  5. 用C++设置点为总数的方法。|Documentation

    在某些Excel图表中,例如瀑布图,可能需要将点设为总数。本文介绍如何用C++与Aspose.Cells实现此功能。...示例Excel文件 ,我们将使用Aspose.Cells来正确设置它。 使用Aspose.Cells将点设为"总和" 我们使用以下代码来正确设置文件:...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-set-point-a...
  6. 使用C++获取范围的地址、单元格数量、偏移量、整列和整行|Documentation

    学习如何使用Aspose.Cells for C++获取范围的地址、单元格数量、偏移量、整列和整行。...Contents [ Hide ] 可能的使用场景 Aspose.Cells提供了 Range 对象,该对象具有多种实用方法,方便操作Excel范围。本文介绍以下...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/get-address-cell-c...
  7. 在Excel转HTML时排除未使用的样式,支持C++|Documentation

    学习在使用Aspose.Cells for C++将Excel转换为HTML时排除未使用样式的方法。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create workbook Workbook...

    docs.aspose.com/cells/zh/cpp/exclude-unused-sty...
  8. 使用 C++ 获取加载Excel文件时的警告|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载Excel文件时捕获和处理警告。...在这种情况下,Aspose.Cells 在加载工作簿时会发出警告。您可以通过实现 IWarningCallback...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class...

    docs.aspose.com/cells/zh/cpp/get-warnings-while...
  9. Parsing Pivot Cached Records while loading Exce...

    Learn how to parse pivot cached records while loading Excel files 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/parsing-pivot-cached-...
  10. Inserting and Deleting Rows and Columns in Jyth...

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

    docs.aspose.com/cells/java/inserting-and-deleti...