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

aspose cells

(0.36 sec)
  1. Set Data Source for the Chart with C++|Document...

    Learn about the various data sources supported by Aspose.Cells for C++. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your worksheets....working on charts using Aspose.Cells as follows: Chart data....charts. We can add a range of cells (containing chart data) by calling...

    docs.aspose.com/cells/cpp/data-formatting-in-ch...
  2. Create Workbook and Worksheet Scoped Named Rang...

    Learn to create workbook and worksheet scoped named ranges with C++ using Aspose.Cells.... Aspose.Cells provides the same functionality...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/create-workbook-and-w...
  3. Set Preset WordArt Style to the Text of the Sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for C++....the text of a 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...
  4. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...Hide ] Aspose.Cells 提供了控制工作表行、列和滚动条显示状态的方法。 显示和隐藏行和列 Aspose.Cells...Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。 Cells 集合提供多种管理工作表中行或列的方法,这里简要介绍几种。...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  5. 使用 C++ 更新 ActiveX ComboBox 控件|Documentation

    学习如何使用 Aspose.Cells 结合 C++ 读写 ActiveX ComboBox 控件的值。...Contents [ Hide ] 可能的使用场景 您可以使用 Aspose.Cells 读写 ActiveX ComboBox 控件的值。请通过...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/update-activex-com...
  6. 用C++将表格转换为ODS格式|Documentation

    使用Aspose.Cells将含表格的Excel文件转换为ODS文件格式。...用C++将表格转换为ODS格式 Contents [ Hide ] Aspose.Cells支持将含有表格的Excel文件转换为ODS文件。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-table-to-ods/
  7. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel worksheets and save them to a local drive using Aspose.Cells for C++.... With Aspose.Cells, it’s possible to read images...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/extract-images-from-w...
  8. 用 C++ 将 JSON 转换为 Excel|Documentation

    学习如何用 C++ 和 Aspose.Cells 将 JSON 转换为 Excel 文件。...Excel Contents [ Hide ] Aspose.Cells 支持将 JSON 文件转换为 Excel 工作簿。...Excel 文件,因为 Aspose.Cells for C++ 库提供了最佳解决方案。Aspose.Cells API 支持将...

    docs.aspose.com/cells/zh/cpp/convert-json-to-ex...
  9. Insert Ranges to Excel with C++|Documentation

    Learn how to insert ranges into Excel files using Aspose.Cells with C++....Ranges Using Aspose.Cells Aspose.Cells provides the Cells.InsertRange...And Shift Cells Right Insert a range and shift cells to the right...

    docs.aspose.com/cells/cpp/insert-ranges-to-excel/
  10. Direct Calculation of Custom Function without W...

    This article introduces how to use Aspose.Cells library to directly calculate custom functions in Microsoft Excel without writing the function in a worksheet. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the custom function and get the result. Finally, we save the modified Excel file to disk....calculate its value as “Aspose.Cells.” ourselves; this value...concatenated with the value of cell A1, which is “Welcome to ” ...

    docs.aspose.com/cells/cpp/direct-calculation-of...