Sort Score
Result 10 results
Languages All
Labels All
Results 4,531 - 4,540 of 100,089 for

workbook

(0.3 sec)
  1. WRAPCOLS Excel function - Free Support Forum - ...

    We are considering purchasing a new Aspose Cells license but one of the functions we would need is the WRAPCOLS function which is not currently supported. Are there any plans to add support for this?...manipulating the data in your workbook. Code Here’s a basic example...public void WrapColumns(Workbook workbook, int startColumn, int...

    forum.aspose.com/t/wrapcols-excel-function/314748
  2. Optimizing Memory Usage while Working with Big ...

    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....Contents [ Hide ] When building a workbook with large data sets, or reading...situations, such as building a workbook with a large data set for...

    docs.aspose.com/cells/net/optimizing-memory-usa...
  3. 在 .NET 中管理演示文稿图表的标注|Aspose.Slides 文档

    使用简洁的 C# 代码示例,在 Aspose.Slides for .NET 中创建和设置标注,兼容 PPT 和 PPTX,自动化演示文稿工作流。...false ); IChartDataWorkbook workBook = chart . ChartData . ChartDataWorkbook...ChartData . Series . Add ( workBook . GetCell ( 0 , 0 , seriesIndex...

    docs.aspose.com/slides/zh/net/callout/
  4. Create a Treemap in Excel using C#

    This article explains the process to create a Treemap in excel using C#. It has details to set the IDE, a list of steps, and a sample code to generate a Treemap chart in Excel....create a Treemap Create a workbook and add sample hierarchy data...position and save the resultant workbook as an XLSX file These steps...

    kb.aspose.com/cells/net/create-a-treemap-in-exc...
  5. Supported File Formats|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....0 – 2003 workbook. XLSX The Office Open XML...Excel binary workbook. XLSM Excel macro‑enabled workbook. XLT Excel...

    docs.aspose.com/cells/net/supported-file-formats/
  6. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A‑compliant PDF files using Aspose.Cells for Node.js via C++....describes how to save an Excel workbook to a PDF/A‑compliant (PDF/A‑1a)...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  7. 用Node.js通过C++从Gear类型智能艺术形状中提取文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从Gear类型智能艺术形状中提取文本。... const workbook = new AsposeCells . Workbook ( filePath );...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-tex...
  8. Queries And Connections|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....Document Assistant Close Slicers Workbook VBA Project Analyzing your...

    docs.aspose.com/cells/java/managing-database-co...
  9. 管理 Java 中演示文稿图表的标注|Aspose.Slides 文档

    使用 Aspose.Slides for Java 创建和样式化标注,提供简洁的代码示例,兼容 PPT 和 PPTX,以自动化演示文稿工作流。...false ); IChartDataWorkbook workBook = chart . getChartData ()...getChartData (). getSeries (). add ( workBook . getCell ( 0 , 0 , seriesIndex...

    docs.aspose.com/slides/zh/java/callout/
  10. 使用Node.js通过C++将单元格添加到Microsoft Excel公式监视窗口的方法|D...

    如何使用 Aspose.Cells 库通过 Node.js 和 C++ 向 Excel 的公式监视窗口添加单元格。通过加载已有的 Excel 文件或创建新文件,我们可以对其中的单元格进行操作并设置公式。最后,将修改后的 Excel 文件保存到磁盘。...empty workbook. const wb = new AsposeCells . Workbook (); //...e1 . getColumn ()); // Save workbook to output XLSX format. wb...

    docs.aspose.com/cells/zh/nodejs-cpp/add-cells-t...