Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 239,186 for

aspose cells

(0.77 sec)
  1. 使用C++在保存为HTML时禁用CSS|Documentation

    了解如何在使用Aspose.Cells for C++将Excel文件保存为HTML时禁用CSS。...Aspose.Cells的24.12版本引入了一个选项,允许你选择性禁用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/disable-css-while-...
  2. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use the C++ API or library sample code to copy Page Setup settings from a source worksheet into a destination worksheet programmatically....worksheet to another using Aspose.Cells APIs. Copy Page Setup Settings...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/copy-page-setup-setti...
  3. Changing the Layout of Pivot Table with C++|Doc...

    Learn how to change the layout of a Pivot Table in Compact, Outline, and Tabular forms using Aspose.Cells for C++....Form Show in Tabular Form Aspose.Cells also provides PivotTable...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/changing-the-layout-o...
  4. Cell.nextCell property | Aspose.Words for Node.js

    Cell.nextCell property. Gets the next [Cell](../) node....property Cell.nextCell property Gets the next Cell node. get...get nextCell () : Aspose . Words . Tables . Cell Remarks The method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Setting ScaleCrop and LinksUpToDate Properties ...

    Learn how to set ScaleCrop and LinksUpToDate properties of built-in document properties 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/setting-scalecrop-and...
  6. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String html = u8...

    docs.aspose.com/cells/cpp/delete-redundant-spac...
  7. 用 C++ 调整图表数据标签形状以适应文本|Documentation

    学习如何在 Aspose.Cells for C++ 中调整图表中数据标签的形状以适应文本。我们的指南将教您如何调节标签容器的大小和形状,确保文本正确显示,不被截断或重叠。... 如何使用Aspose.Cells for C++调整图表数据标签形状以适应文本 ...为了模仿Excel的调整数据标签形状以适应文本的功能,Aspose.Cells API已暴露布尔类型的 DataLabels....

    docs.aspose.com/cells/zh/cpp/resize-chart-s-dat...
  8. 将多个工作簿合并成一个单一工作簿,使用C++实现|Documentation

    学习如何使用Aspose.Cells和C++将多个工作簿合并为一个单一工作簿。...Aspose.Cells支持此功能。本文演示如何在Visual Stud...簿。 将具有图像和图表的工作簿合并 示例代码使用Aspose.Cells将两个工作簿合并为单个工作簿。该代码加载源工作簿,使用...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  9. 用数字证书为VBA代码项目数字签名(C++)|Documentation

    了解如何使用证书和Aspose.Cells for C++数字签名您的VBA代码项目。... Contents [ Hide ] 您可以使用Aspose.Cells及其 Workbook.VbaProject.Sign()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/digitally-sign-a-v...
  10. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....with C++ Contents [ Hide ] Aspose.Cells provides AbstractCalculationE...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class...

    docs.aspose.com/cells/cpp/returning-a-range-of-...