Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 102,528 for

workbook

(0.22 sec)
  1. How to Edit Excel File in C++

    In this example, we will explore how to edit Excel file in C++. You can manipulate the Excel file data programmatically in C++ using simple API interface that can be used both in Microsoft Windows and Linux etc....namespace Create instance of Workbook object to load Excel file...the formula for Workbook Save the output workbook with formula to...

    kb.aspose.com/cells/cpp/how-to-edit-excel-file-...
  2. How to Create Excel File using C++

    In this tutorial, we will learn how to create Excel file using C++. You can create new Workbook and insert data into the cells on MS Windows or Linux programmatically in C++....Aspose::Cells namespace Initialize the Workbook Class object to instantiate...instantiate a blank Excel workbook Insert sample values into the cells...

    kb.aspose.com/cells/cpp/how-to-create-excel-fil...
  3. Apply Advanced Conditional Formatting with C++|...

    How to use the Aspose.Cells library in C++ to apply advanced conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....Instantiate a workbook object and open the template file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/apply-advanced-condit...
  4. Converting Chart to Image in SVG Format with C+...

    Learn how to convert charts to SVG images using Aspose.Cells with C++....Create workbook object from source file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/converting-chart-to-i...
  5. 如何使用C++设置系列不可见|Documentation

    在Excel图表中,你可能需要将系列设置为不可见。本文介绍如何使用Aspose.Cells与C++实现。...an existing Excel file Workbook workbook ( filePath + u "SeriesFiltered...worksheet ChartCollection charts = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/how-to-set-series-...
  6. Populate a comment on a cell using smart marker...

    Is it possible to populate a comment on a worksheet using a smart marker?...template workbook Workbook workbook = new Workbook("Template..."); // Set the data source workbook.Worksheets[0].Cells.Impor...

    forum.aspose.com/t/populate-a-comment-on-a-cell...
  7. Aspose.Cell Hide Column Header - Free Support F...

    Hello Team, We are doing Image export for each worksheet as one page , here we want to provide an option to hide column header. we tried by setting IsRowColumnHeadersVisible = false. but it still shows the header in ex…...PrintHeadings flag) before calling Workbook.Save . Minimal C# example...1. Load the workbook Workbook wb = new Workbook(@"C:\Input\Sample...

    forum.aspose.com/t/aspose-cell-hide-column-head...
  8. 使用 C++ 通过 JavaScript 将 Excel 图表转换为图像|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将 Excel 图表转换为图像。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  9. 将CSV转换为JSON,使用C++|Documentation

    使用简单易用的Aspose.Cells for C++ API将CSV文件转换为JSON。...Csv ); // Load CSV file Workbook workbook ( srcDir + u "SampleCsv...worksheet Cell lastCell = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/convert-csv-to-json/
  10. Calculate Page Setup Scaling Factor with JavaSc...

    This article provides sample code explaining how to use the JavaScript API via C++ to calculate Page Setup scaling factor using the Fit to n page(s) wide by m tall option of an Excel worksheet programmatically...."text/javascript" > const { Workbook , SaveFormat , SheetRender...file stream const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/calculate-...