Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 103,361 for

workbook

(0.12 sec)
  1. Render Worksheet to Graphic Context with C++|Do...

    Learn how to render a worksheet to a graphic context using Aspose.Cells for C++....02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "SampleBook...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/render-worksheet-to-g...
  2. Xlsx转csv时,只能转换第一个sheet的数据 - Free Support Forum ...

    我使用的版本是: <groupId>com.aspose</groupId> <artifactId>aspose-cells</artifactId> <version>23.6</version> 代码如下: LoadOptions loadOptions = new LoadOptions(); Workbook = new Workbook(inputStream, loadOptions); int sheetCount…...new LoadOptions(); workbook = new Workbook(inputStream, loadOptions);...loadOptions); int sheetCount = workbook.getWorksheets().getCount();...

    forum.aspose.com/t/xlsx-csv-sheet/316668
  3. 用Node.js通过C++替换智能艺术中的文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++替换智能艺术中的文本。...xlsx" ); // Loads the workbook which contains hidden external...const wb = new AsposeCells . Workbook ( sourceFilePath ); const...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tex...
  4. Get External Connection Data Source of Pivot Ta...

    Learn how to retrieve the external connection data source of a pivot table using Aspose.Cells for C++....); // Load sample file Workbook workbook ( srcDir + u "SamplePivotTableExte...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-external-connecti...
  5. 如何在单元格中插入图片|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ 插入图片到单元格。...h1 > Embed Image into New Workbook </ h1 > < p > Select an image...embed into cell D8. A new workbook will be created with "Apple"...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  6. How to Format Number to Scientific with C++|Doc...

    This article will introduce how to Format Number to Scientific using Aspose.Cells for C++ API....Cpp Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  7. Access rendered value of cell color from condit...

    Hello, I wanted to understand whether Aspose.Cells was able to access the value that a conditional formatting rule has evaluated a cell color too in an Excel notebook. The scenario here is that I’d like to write validati…...evaluated for a cell in an Excel workbook using Aspose.Cells, you can...cells # Load the workbook workbook = cells.Workbook("Book1.xlsx")...

    forum.aspose.com/t/access-rendered-value-of-cel...
  8. How to Merge Cells in Excel using Python

    This quick tutorial guides on how to merge cells in Excel using Python. It contains all the necessary resources required to configure the development environment, a detailed steps and a runnable sample code to merge two cells in Excel using Python....using Python , the resultant workbook can be saved as an XLSX or...to merge cells Create a new Workbook object Get a reference to...

    kb.aspose.com/cells/python/how-to-merge-cells-i...
  9. Create Dynamic Charts with C++|Documentation

    Learn how to create dynamic charts in Aspose.Cells for C++. Our guide will show you how to dynamically update chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your worksheets....understand, we will create the Workbook from scratch and move forward...outlined below. Create an empty Workbook . Access the Cells of the...

    docs.aspose.com/cells/cpp/create-dynamic-charts/
  10. How to Display Long X‑Axis Labels Without Trunc...

    Hi Team, In Excel, when we use long x‑axis labels, they are not displayed fully. For example, if the x‑axis label is “Starting point for x axis 123456,” it appears truncated as “Starting point for…”. Is there a way t…...Create a new workbook Workbook workbook = new Workbook(); // Get...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); Cells...

    forum.aspose.com/t/how-to-display-long-x-axis-l...