Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 238,873 for

aspose cells

(0.53 sec)
  1. 使用C++在工作表之间复制形状|Documentation

    学习如何使用Aspose.Cells和C++在工作表之间复制形状、图表和其他绘图对象。...Aspose.Cells支持此功能。图表、图像和其他对象可以以最高精度进行复制。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/copy-shapes-betwee...
  2. 使用C++获取单元格索引|Documentation

    学习如何通过单元格、行名或列名获取行或列索引。使用Aspose.Cells与C++将单元格名称转换为零基的行和列索引。... Aspose.Cells提供此功能,以通过行、列和单元格的名称获取行和列索引。 Aspose.Cells提供以下属性和方法帮助你实现目标:...CellsHelper::RowNameToIndex 注意:在Aspose.Cells for C++中索引从零开始,但在MS Excel中行的ID是从一开始的。...

    docs.aspose.com/cells/zh/cpp/get-cells-index/
  3. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。... Aspose.Cells支持Microsoft Excel提供的所有打印选项,开发者可以使用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...
  4. Add Table to PDF using C# | Aspose.PDF

    Adding table in PDF file programmatically with C# sample code using Aspose.PDF for .NET...order to add table, we’ll use Aspose.PDF for .NET API which is a...package manager, search for Aspose.PDF and install. You may also...

    products.aspose.com/pdf/net/table/add/
  5. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++.... Aspose.Cells provides PdfSecurityOptions...with Aspose.Cells. #include <iostream> #include "Aspose.Cells...

    docs.aspose.com/cells/cpp/secure-pdf-documents/
  6. Rotate Text with Shape inside the Worksheet wit...

    Learn how to control text rotation with shapes in Excel worksheets using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; using namespace Aspose :: Cells...

    docs.aspose.com/cells/cpp/rotate-text-with-shap...
  7. Support for REGEXTEST() function - Free Support...

    Hi, Newer versions of Excel have introduced the REGEXTEST() function: https://support.microsoft.com/en-us/office/regextest-function-7d38200b-5e5c-4196-b4e6-9bff73afbd31 This is a very useful and versatile function, al…...REGEXTEST() function Aspose.Cells Product Family cells-java TarasTielkes...planning to support it in Aspose Cells? Thanks in advance, Taras...

    forum.aspose.com/t/support-for-regextest-functi...
  8. How to Convert XLSX to PDF having Restricted Pe...

    In this short tutorial we will learn how to convert XLSX to PDF having restricted permissions in Java. These steps help you to export XLSX to PDF having restricted permissions using Java in any operating system like macOS, Linux, or Windows....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/cells/java/how-to-convert-xlsx-to...
  9. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats....PowerPoint presentation through Aspose components are resized to an...PowerPoint presentation using Aspose.Slides for Java. To address...

    docs.aspose.com/slides/java/working-solution-fo...
  10. 仅复制范围数据(无格式) C++实现|Documentation

    学习如何使用Aspose.Cells与C++仅复制范围数据,不包括格式。...Aspose.Cells提供了这一功能。 本文提供了一个使用Aspose.Cells复制数据范围的示例代码。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/copy-range-data-only/