Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 82,029 for

workbook

(0.12 sec)
  1. 通过Node.js使用C++改变Excel文本框或形状的字符间距|Documentation

    使用Aspose.Cells for Node.js via C++更改单元格文本框或形状的字符间距。...excel file inside a workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( sourceDir , "sampleChangeTextBoxO...

    docs.aspose.com/cells/zh/nodejs-cpp/change-char...
  2. 用 C++ 实现非连续范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 创建非邻接单元格的命名范围。...); // Create a new workbook Workbook workbook ; // Adding a Name...sequenced range int index = workbook . GetWorksheets (). GetNames...

    docs.aspose.com/cells/zh/cpp/implementing-non-s...
  3. 在 Aspose.Cells 中在工作表之间复制形状|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....template file Workbook workbook = new Workbook ( FileName );.... Charts . Chart source = workbook . Worksheets [ "Chart" ]....

    docs.aspose.com/cells/zh/net/copy-shapes-betwee...
  4. Digitally Sign a VBA Code Project with Certific...

    Learn how to digitally sign a VBA Code Project with a certificate using Aspose.Cells for Node.js via C++....Create workbook object from excel file const workbook = new AsposeCells...AsposeCells . Workbook ( workbookPath ); // Sign VBA Code Project...

    docs.aspose.com/cells/nodejs-cpp/digitally-sign...
  5. 使用C++为图表点添加富文本自定义数据标签|Documentation

    了解如何在Aspose.Cells for C++中为图表点添加富文本自定义数据标签。我们的指南将展示如何使用不同的字体、颜色和对齐选项来格式化标签,提升图表的外观和易读性。...Create a workbook from source Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/rich-text-custom-d...
  6. 用C++显示和隐藏网格线及行列标题|Documentation

    本文提供使用C++ API或库通过编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...Cells提供一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 Worksheets...; // Create workbook from file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/show-and-hide-grid...
  7. 为表单控件分配宏代码(如按钮)|Documentation

    学习如何使用Aspose.Cells for C++将宏代码分配给按钮等表单控件。...\\ " ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...Get ( 0 ); int moduleIdx = workbook . GetVbaProject (). GetModules...

    docs.aspose.com/cells/zh/cpp/assign-macro-to-fo...
  8. Assign Macro to Form Control with C++|Documenta...

    Learn how to assign a Macro Code to a Form Control like a Button using Aspose.Cells for C++....a Form Control inside the workbook. The following sample code...code creates a new workbook, assigns a Macro Code to a Form Button...

    docs.aspose.com/cells/cpp/assign-macro-to-form-...
  9. Copy Range Style Only with C++|Documentation

    Learn how to copy only the style of a range in Excel using Aspose.Cells with C++.... This example creates a workbook, populates it with data and...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/copy-range-style-only/
  10. Copying and Moving Worksheets|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....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. A worksheet, complete with...

    docs.aspose.com/cells/go-cpp/copying-and-moving...