Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 229,517 for

aspose cells

(0.11 sec)
  1. Encrypt and Decrypt Excel files with C++|Docume...

    How to encrypt and decrypt Excel files using C++. Lock and unlock Excel files.... Aspose.Cells allows you to encrypt and...Encrypting Excel file with Aspose.Cells The following example shows...

    docs.aspose.com/cells/cpp/encrypt-and-decrypt-e...
  2. Latest topics - Free Support Forum - aspose.com

    Get FREE technical support for Aspose APIs from our developers using free support forum....the Aspose application Aspose.Cells Product Family aspose-pdf-net...words-net , aspose-pdf-java , words-java , cells-net 5 55 December...

    forum.aspose.com/latest
  3. Creating a complex PDF|Aspose.PDF for .NET

    Aspose.PDF for NET allows you to create more complex documents that contain images, text fragments, and tables in one document....a PDF document using C# and Aspose.PDF. In this article, we will...complex document with C# and Aspose.PDF for .NET. As an example...

    docs.aspose.com/pdf/net/complex-pdf-example/
  4. 使用 C++ 保护和取消保护工作簿结构|Documentation

    使用 C++ 和 Aspose.Cells 保护或取消保护Excel文件的工作簿结构。... ** 使用 Aspose.Cells for C++ 保护工作簿结构** 只需要以下简单代码行来实现保护...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  5. Using FormulaText Function in Aspose.Cells with...

    This article introduces how to use the FormulaText function in Aspose.Cells library to process formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to get and set the formula text of the cell and get the result. Finally, we save the modified Excel file to disk....FormulaText Function in Aspose.Cells with C++ Contents [ Hide...which is present in a given cell. This article will show you...

    docs.aspose.com/cells/cpp/using-formulatext-fun...
  6. 用C++插入和删除Excel文件的行和列|Documentation

    本文展示了如何使用Aspose.Cells for C++ API插入和删除行列。...为了满足这些需求,Aspose.Cells提供了一组非常简单的类和方法,详述如下。 管理行和列 Aspose.Cells提供了类 Workbook...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/inserting-and-dele...
  7. Set Preset WordArt Style to the Text of the Sha...

    Learn how to set preset WordArt style to the text of a shape using Aspose.Cells for C++....text of the shape using Aspose.Cells. Please use FontSetting...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/set-preset-wordart-st...
  8. Get Max Column Index in Row and Max Row Index i...

    Learn how to Get Max Column Index in Row and Max Row Index in Column through the Aspose.Cells for C++ API.... Aspose.Cells offers this feature. To...properties, and then use the Cell.GetColumn() property to obtain...

    docs.aspose.com/cells/cpp/get-max-index-in-row-...
  9. Create Style object using CellsFactory class wi...

    Aspose.Cells is a C++ library for working with spreadsheet files that provides a style object to style Cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells library so that users can customize the appearance of the Cells as needed....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/cpp/create-style-object-u...
  10. Specify the Language of the Excel File using Bu...

    Learn how to change the language of an Excel file programmatically using Aspose.Cells for C++....it programmatically using Aspose.Cells APIs. Specify the Language...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/specify-the-language-...