Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 100,866 for

workbook

(0.17 sec)
  1. How can I convert the entire Excel file into a ...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao 新規工事件名シート(1)_250702~260830 (23).zip (502.5 KB) How can I convert the entire Excel file into a single-page SVG without cutting off any content? Sample in z…...static void Run() { Workbook workbook = new Workbook(); Worksheet worksheet...worksheet = workbook.Worksheets[0]; int firstRow = 0; int lastRow...

    forum.aspose.com/t/how-can-i-convert-the-entire...
  2. Worksheet Views|Documentation

    This article will describe how to use C# and the .NET API to interact with the page break preview of an Excel Workbook and worksheets. Work with split panes, frozen panes, and zoom factor as well....Cells provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets...

    docs.aspose.com/cells/net/worksheet-views/
  3. Create waterfall chart with legend customizatio...

    Hi Team, Could you please share the code snippet to render a waterfall chart for the below data using Aspose Cells Java version 25.6 ? Period Savings PrevYear -9 January 1 February 3 March 4 April -3 M…...Create a workbook and get the first worksheet Workbook workbook = new...new Workbook(); Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/create-waterfall-chart-with-...
  4. Public API Changes in Aspose.Cells 8.2.2|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.... C# var book = new Workbook ( "sample.xlsx" ); var properties...information. C# var workbook = new Workbook ( "sample.xlsx" );...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Finding Absolute Position of Shape Inside the W...

    Learn how to find the absolute position of a shape inside a worksheet using Aspose.Cells for Node.js via C++....Excel file into the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx" )); //...

    docs.aspose.com/cells/nodejs-cpp/finding-absolu...
  6. 查找或搜索数据|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++查找或搜索包含指定数据的单元格。...Cells 提供一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 Workbook..."text/javascript" > const { Workbook , SaveFormat , FindOptions...

    docs.aspose.com/cells/zh/javascript-cpp/find-or...
  7. Pivot Filter with C++|Documentation

    Learn how to add a filter in a pivot table with Aspose.Cells using C++.... Finally, it saves the workbook in the output XLSX format...(); // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/add-or-clear-pivot-fi...
  8. 使用C++移除工作簿中的未使用样式|Documentation

    使用Aspose.Cells和C++在Excel工作簿中移除未使用的样式。...Cells提供了 Workbook.RemoveUnusedStyles() 以删除工作簿内所有未使用的样式。...以删除工作簿内所有未使用的样式。 以下代码说明了 Workbook.RemoveUnusedStyles() 的用法。该代码加载了...

    docs.aspose.com/cells/zh/cpp/remove-unused-styl...
  9. Aspose.Cells 8.5.0中的公共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.... Workbook.CalculateFormula(CalculationOptions)...//Create workbook object Workbook workbook = new Workbook (); //Source...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. Optimizing Memory Usage while Working with Big ...

    Learn how to optimize memory usage when working with large Excel files using Aspose.Cells with C++....Contents [ Hide ] When building a workbook with large data sets, or reading...MemoryPreference ); // Instantiate the Workbook // Load the big Excel file...

    docs.aspose.com/cells/cpp/optimizing-memory-usa...