Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 99,951 for

workbook

(0.1 sec)
  1. How to create Dynamic Scrolling Chart with Node...

    Learn how to create a dynamic scrolling chart using Aspose.Cells for Node.js via C++. Our step-by-step guide will demonstrate how to implement smooth data transitions and automatic scrolling in your chart for a continuous and updated display....localPath = "" ; // Create a new workbook and access the first worksheet...worksheet. const workbook = new AsposeCells . Workbook (); const sheets...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...
  2. How to create a tornado chart with C++|Document...

    Learn how to create a tornado chart with Aspose.Cells for C++ API.... Finally, it saves the workbook to the output XLSX format..."out.xlsx" ; // Create workbook Workbook wb ( inputFilePath );...

    docs.aspose.com/cells/cpp/create-tornado-chart/
  3. Manage Callouts in Presentation Charts with Pyt...

    Create and style callouts in Aspose.Slides for Python .NET with concise code examples, compatible with PPT, PPTX and ODP to automate presentation workflows....False ) workBook = chart . chart_data . chart_data_workbook chart...chart_data . series . add ( workBook . get_cell ( 0 , 0 , seriesIndex...

    docs.aspose.com/slides/python-net/callout/
  4. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A compliant PDF files using Aspose.Cells for JavaScript via C++....describes how to save an Excel workbook to a PDF/A‑compliant (PDF/A-1a)..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  5. Manage Callouts in Presentation Charts in .NET|...

    Create and style callouts in Aspose.Slides for .NET with concise C# code examples, compatible with PPT and PPTX to automate presentation workflows....false ); IChartDataWorkbook workBook = chart . ChartData . ChartDataWorkbook...ChartData . Series . Add ( workBook . GetCell ( 0 , 0 , seriesIndex...

    docs.aspose.com/slides/net/callout/
  6. Using LightCells API|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.... To save workbooks, provide the cell content...processed and then discarded, the Workbook object does not hold the collection...

    docs.aspose.com/cells/java/using-lightcells-api/
  7. java.lang.IllegalStateException: toArray is not...

    Hi guys, I used the flag -DAspose.Cells.ZipTool=TEMPFILE in both of my projects that call Workbook asposeWorkbook = new Workbook(excelStream) to avoid the POI 5 ZIP issue. However, one of the projects still encounters p…...projects that call Workbook asposeWorkbook = new Workbook(excelStream)...Bytes);) { Workbook asposeWorkbook = new Workbook(excelStream);...

    forum.aspose.com/t/java-lang-illegalstateexcept...
  8. 当转换或加载时间过长時,使用 InterruptMonitor 停止转换或加载,支持 C++|...

    学习如何使用 C++ 和 Aspose.Cells 的 InterruptMonitor 停止大型Excel文件的转换或加载。...请使用 Workbook.InterruptMonitor 属性停止转换, LoadOptions...This function will create workbook and convert it to Pdf format...

    docs.aspose.com/cells/zh/cpp/stop-conversion-or...
  9. 刷新模板文件中的第二张数据透视表pivot1,pivot0对应的数据透视图chart0出现异常...

    版本25.10 示例代码: SyntaxEditor Code Snippet var wb =new Workbook(path+“3.xlsx”); var pivot=wb.Worksheets[“statistics”].PivotTables[“pivot1”]; pivot.RefreshData(); pivot.CalculateData(); wb.Save(path+“4.xlsx”); 3.zip …...SyntaxEditor Code Snippet var wb =new Workbook(path+“3.xlsx”); var pivot=wb...以下是您可以使用的代码示例: var wb = new Workbook(path + "3.xlsx"); var pivot...

    forum.aspose.com/t/pivot1-pivot0-chart0/320059
  10. 通过C++使用JavaScript获取区域的地址、单元格数量、偏移、整列和整个行|Docume...

    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...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...creates ranges on a new empty workbook and prints info to the page...

    docs.aspose.com/cells/zh/javascript-cpp/get-add...