Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 229,521 for

aspose cells

(0.12 sec)
  1. 用C++将CSV、TSV和TXT转换为Excel|Documentation

    学习如何使用Aspose.Cells for C++将CSV、TSV和TXT文件转换为Excel。...cel Contents [ Hide ] 使用Aspose.Cells for C++,你可以将CSV文件转换为Exc...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-csv-tsv-an...
  2. Convert charts to images|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....Chart to an image using Aspose.Cells . Converting Chart To EMF...sample value to "A1" cell worksheet . Cells [ "A1" ]. PutValue...

    docs.aspose.com/cells/net/convert-charts-to-ima...
  3. 为表单控件分配宏代码(如按钮)|Documentation

    学习如何使用Aspose.Cells for C++将宏代码分配给按钮等表单控件。...为表单控件分配宏代码(如按钮) Contents [ Hide ] Aspose.Cells允许您向按钮等窗体控件分配宏代码。请使用 Shape...ShowMessage () MsgBox "Welcome to Aspose!" End Sub 在C++中将宏分配给表单控件 以下是生成输出XLSM文件的示例代码...

    docs.aspose.com/cells/zh/cpp/assign-macro-to-fo...
  4. 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...
  5. Manage Rows and Columns|Aspose.Slides for Node....

    Manage table rows and columns in PowerPoint presentations in JavaScript...a PowerPoint presentation, Aspose.Slides provides the Table class...Presentation class var pres = new aspose . slides . Presentation ( "table...

    docs.aspose.com/slides/nodejs-java/manage-rows-...
  6. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells fully supports Microsoft...topic discusses how to use Aspose.Cells to configure page margins...

    docs.aspose.com/cells/cpp/setting-margins/
  7. Modify an Existing Style with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the Cells as they need....same formatting options to cells, create a new formatting style...with the same attributes. When cells aren’t explicitly formatted...

    docs.aspose.com/cells/cpp/modify-an-existing-st...
  8. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++.... Aspose.Cells allows you to encrypt and...password. Encryption with Aspose.Cells The following example shows...

    docs.aspose.com/cells/cpp/encrypting-excel-files/
  9. Editing Hyperlinks of Worksheet with C++|Docume...

    Learn how to edit hyperlinks of Worksheet through the Aspose.Cells for C++ API....with C++ Contents [ Hide ] Aspose.Cells allows you to access all...the Aspose website. #include <iostream> #include "Aspose.Cells...

    docs.aspose.com/cells/cpp/editing-hyperlinks-of...
  10. 用C++设置对齐方式|Documentation

    Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...文本控制 文本方向 Aspose.Cells完全支持所有这些对齐设置,并在下面详细讨论。 Aspose.Cells中的对齐设置 Aspose...Aspose.Cells提供一个表示Excel文件的类 Workbook 。 Workbook 类包含一个 Worksheets...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...