Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 102,530 for

workbook

(0.46 sec)
  1. Apply Chart Worksheet Formulas in Presentations...

    Apply Excel-style formulas in Aspose.Slides for PHP via Java chart worksheets and automate reports across PPT and PPTX files....150 , 150 , 500 , 300 ); $workbook = $chart -> getChartData ()...any value to the property: $workbook -> getCell ( 0 , "F2" ) ->...

    docs.aspose.com/slides/php-java/chart-worksheet...
  2. Can we plot this radial cluster chart which is ...

    Hi Team, Can we draw this smartart using aspose cells from scratch? Radial Cluster SmartArt.zip (22.7 KB)...SmartArt that already exists in a workbook. To get the desired result...editable SmartArt in the final workbook and only have to fill it programmatically...

    forum.aspose.com/t/can-we-plot-this-radial-clus...
  3. 添加带有单元格文本的条件图标集,使用JavaScript通过C++|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在单元格文本旁添加条件图标。通过图标增强数据的含义。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate a new Workbook const workbook = new Workbook (); // Get...

    docs.aspose.com/cells/zh/javascript-cpp/add-con...
  4. 使用C++的Node.js计算数据表数组公式|Documentation

    如何使用Aspose.Cells库对Microsoft Excel中的数据表数组公式进行计算。加载或创建Excel文件,计算数组公式,然后保存修改后的文件。...请正常使用 Workbook.calculateFormula() 以计算任何类型的公式。...Create workbook from source excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/calculation...
  5. Display or Hide Gridlines in Ruby|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....Instantiating a Workbook object by the Excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/display-or-hide-grid...
  6. 用C++将工作簿转换为JSON|Documentation

    学习如何用Aspose.Cells for C++将Excel工作簿转换为JSON格式。...N,只需将 SaveFormat::Json 作为 Workbook::Save 方法的第二个参数传递。也可以使用 JsonSaveOptions...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  7. 用C++在范围内搜索和替换数据|Documentation

    本文演示如何用C++代码在Excel中搜索和替换范围内的数据。...xlsx" ; // Create workbook Workbook workbook ( filePath ); //...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/search-and-replace...
  8. Specifying Sort Warning While Sorting Data with...

    Learn how to specify sort warning while sorting data by using the Aspose.Cells for C++ API....\\ " ); // Create workbook Workbook workbook ( srcDir + u "sampleSortAsNumber...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/specifying-sort-warni...
  9. The type initializer for ' ' threw an exception...

    Hi All, I’m running into this error when exporting an excel Workbook to PDF in a .NET 6 project running on Alpine Linux: The type initializer for ‘’ threw an exception. I’ve tried adding the following lines of code to …...error when exporting an excel workbook to PDF in a .NET 6 project...Cells when exporting an Excel workbook to PDF in a .NET 6 project...

    forum.aspose.com/t/the-type-initializer-for-thr...
  10. Converting Worksheet to SVG in Python|Documenta...

    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.... SaveFormat workbook = self . Workbook ( self . dataDir...into SVG format sheetCount = workbook . getWorksheets () . getCount...

    docs.aspose.com/cells/java/converting-worksheet...