Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 102,518 for

workbook

(0.09 sec)
  1. Generate Chart by Processing Smart Markers|Docu...

    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....instance of Workbook Workbook book = new Workbook (); //Access...WorkbookDesigner (); //Set the Workbook property for the instance...

    docs.aspose.com/cells/java/generate-chart-by-pr...
  2. 给模板文件中的数据透视表pivot加筛选器fitler出现问题 - Free Support ...

    SyntaxEditor Code Snippet var wb=new Workbook(@“F:\mao\2items\7.1\05报表模块\warehouse\alarm_3.xlsx”); var pivot=wb.Worksheets[0].PivotTables[0]; var rowField=pivot.RowFields[“device_name”]; rowField.GetFilters().Count()…...SyntaxEditor Code Snippet var wb=new Workbook(@“F:\mao\2items\7.1\05报表模块\warehouse\alarm_3...以下是一个可能的解决方案示例: var wb = new Workbook(@"F:\mao\2items\7.1\05报表模块\warehouse\alarm_3...

    forum.aspose.com/t/pivot-fitler/319909
  3. Indentation applied to first cell affects the e...

    Hello everyone, I’m encountering an issue when converting an Excel table to a Word document using Aspose.Cells and Aspose.Words. Steps to reproduce: In Excel, create a table where the first cell has an indentation. D…...Workbook; import com.aspose.cells....throws Exception { Workbook wb = new Workbook("d:\\files\\first-cell-with-indent...

    forum.aspose.com/t/indentation-applied-to-first...
  4. How to create Dynamic Rolling Chart with C++|Do...

    Learn how to create a dynamic rolling chart using Aspose.Cells for C++. Our guide will demonstrate how to implement smooth data transitions and rolling averages in your chart for a continuous and updated display....a new workbook and access the first worksheet. Workbook workbook...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/cpp/create-dynamic-rollin...
  5. Merging and Unmerging Cells with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, and how to customize the merged cell style....02_OutputDirectory \\ " ); // Create a Workbook Workbook wbk ; // Create a Worksheet...SetStyle ( style ); // Save the Workbook wbk . Save ( outDir + u "mergingcells...

    docs.aspose.com/cells/cpp/merging-and-unmerging...
  6. 将文本数值数据转换为数字|Documentation

    学习如何通过Aspose.Cells for Java脚本通过C++ API将Excel中存储为文本的数字转换为数字。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiate workbook object with the uploaded Excel...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  7. 在保存为PDF时,仅更改单个Unicode字符的字体,使用JavaScript通过C++|Do...

    学习如何在使用Aspose.Cells for Java脚本通过C++保存为PDF时更改特定Unicode字符的字体。..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...Create workbook object const workbook = new Workbook (); // Access...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  8. How to create a Gantt chart with C++|Documentation

    Learn how to create a Gantt chart with Aspose.Cells for C++ API.... Finally, it saves the workbook to output XLSX format . The...Create an instance of Workbook Workbook workbook ( u "sample.xlsx"...

    docs.aspose.com/cells/cpp/how-to-create-gantt-c...
  9. 用C++设置边框|Documentation

    如何在C++中使用Aspose.Cells库设置单元格的边框样式和颜色。通过调整边框宽度、样式和颜色,可以更好地控制单元格的外观。...Cells提供了 Workbook 类,代表一个Microsoft Excel文件。 Workbook 类包含一个 Worksheets..." ); Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/cells-border-setti...
  10. Pivot Table and Source Data|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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object using the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/pivot-tabl...