Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 238,938 for

aspose cells

(0.17 sec)
  1. 在C++中添加带条件图标集的单元格文本|Documentation

    学习如何使用Aspose.Cells和C++在Excel中在单元格文本旁添加条件图标。...Aspose.Cells支持此功能。 以下代码示例显示了如何在单元格文本旁添加条件图标设置。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/add-conditional-ic...
  2. 在使用C++保存为HTML时,通过CrossHideRight隐藏覆盖内容|Documenta...

    使用Aspose.Cells在C++中通过CrossHideRight隐藏覆盖内容以保存为HTML。...默认情况下,Aspose.Cells根据微软Excel生成HTML,但当你将交叉类型更改为...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/hiding-overlaid-co...
  3. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the shadow effect of shapes or charts using Aspose.Cells for C++....Possible Usage Scenarios Aspose.Cells provides the GetShadowEffect()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/working-with-the-shad...
  4. Add WordArt Watermark to Chart with C++|Documen...

    Learn how to use Aspose.Cells for C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  5. 使用ImageOrPrintOptions的PageIndex和PageCount属性渲染页面...

    使用 Aspose.Cells 和 C++ 将 Excel 文件的页面序列渲染为图像。...Contents [ Hide ] 可能的使用场景 您可以使用 Aspose.Cells 和 ImageOrPrintOptions.GetPageIndex()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/render-sequence-of...
  6. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization.... Aspose.Cells provides the Chart.GetChartObject()...using Aspose.Cells. #include <iostream> #include "Aspose.Cells...

    docs.aspose.com/cells/cpp/manipulate-position-s...
  7. 使用 C++ 验证加密文件密码|Documentation

    使用 C++ 代码验证加密的Excel(xlsx、xlsb、xls、xlsm)和OpenOffice(ODS)文件的密码。...sm)和OpenOffice(ODS)文件被密码锁定,Aspose支持简单的密码验证,无需解析文件的特定数据。 验证加密文件的密码...验证加密文件的密码 要验证加密文件的密码,Aspose.Cells for C++ 提供了 VerifyPassword 方法。...

    docs.aspose.com/cells/zh/cpp/verify-password-of...
  8. Protecting Worksheet in Jython|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....Jython Contents [ Hide ] Aspose.Cells - Protecting Worksheet To...protect a worksheet using Aspose.Cells for Java with Jython, see...

    docs.aspose.com/cells/java/protecting-worksheet...
  9. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use the Aspose.Cells library to reduce the calculation time of cell calculation methods in Microsoft Excel. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to optimize the cell calculation method and improve its performance. Finally, we save the modified Excel file to disk....Decrease the Calculation Time of Cell.Calculate method with C++ Contents...calculated values of the individual cells. But sometimes, users do not...

    docs.aspose.com/cells/cpp/decrease-the-calculat...
  10. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the C++ API or Library to programmatically hide or show gridlines, row and column headers of an Excel worksheet....with C++ Contents [ Hide ] Aspose.Cells supports hiding and showing...default. They help delineate cells so that it is easy to enter...

    docs.aspose.com/cells/cpp/show-and-hide-gridlin...