Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 3,249 for

workbook formulas

(0.21 sec)
  1. Convert PDF to XLT in Android Apps | products.a...

    Render PDF to XLT in Android Apps API without using Microsoft Excel or Adobe Reader...range of features, such as formula calculation, chart creation...Load XLSX document by using Workbook class Save the document to...

    products.aspose.com/total/android-java/conversi...
  2. Convert PCL to XLT in Android Apps | products.a...

    Render PCL to XLT in Android Apps API without using Microsoft Excel or Adobe Reader...validation, charting, and formula calculation. In conclusion...Load XLSX document by using Workbook class Save the document to...

    products.aspose.com/total/android-java/conversi...
  3. 档案

    档案...中创建甘特图: 使用 Workbook 类加载现有的 Excel 文件。 使用 workbook.Worksheets[0]...CategoryData 属性设置类别标签。 设置样式和轴设置。 使用 workbook.Save() 保存工作簿。 以下是一个实现上述步骤的C#代码片段:...

    blog.aspose.com/zh/cells/create-gantt-chart-in-...
  4. Import Data into Worksheet|Documentation

    Learn how to import data into Worksheet through the Aspose.Cells for .NET API....Cells provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets...

    docs.aspose.com/cells/net/import-data-into-work...
  5. 用C++直接计算自定义函数,无需在工作表中编写|Documentation

    本文介绍如何使用Aspose.Cells库在Microsoft Excel中直接计算自定义函数,而无需在工作表中编写函数。 通过加载现有的Excel文件或创建一个新的Excel文件,我们可以使用Aspose.Cells提供的方法来计算自定义函数并获得结果。 最后,我们将修改后的Excel文件保存到磁盘。...Worksheet::CalculateFormula(System::String formula, CalculationOptions opts) 方法实现此目的。...) override { // Check the formula name and calculate it yourself...

    docs.aspose.com/cells/zh/cpp/direct-calculation...
  6. Using Image Markers while Grouping Data in Smar...

    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....following sample creates a workbook and then adds the following...Data with Smart Markers Using Formula parameter in Smart Marker field...

    docs.aspose.com/cells/net/using-image-markers-w...
  7. 通过 Node.js + C++ 指定共享公式的最大行数|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 指定共享公式的最大行数。...Create a new workbook const wb = new AsposeCells . Workbook (); //...Set the max rows of shared formula to 5 wb . getSettings (). ...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-max...
  8. Convert PS to XLT in Android Apps | products.as...

    Render PS to XLT in Android Apps API without using Microsoft Excel or Adobe Reader...such as data import/export, formula calculation, chart creation...Load XLSX document by using Workbook class Save the document to...

    products.aspose.com/total/android-java/conversi...
  9. 将工作表转换为CSV|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....a new workbook with Excel file path Workbook workbook = new Workbook...Workbook ( dataPath + "workbook.xls" ); //Save the document in...

    docs.aspose.com/cells/zh/java/convert-worksheet...
  10. Aspose.Cells Object Model|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....of the object model is the Workbook object. A brief description...WorksheetCollection/Worksheet Workbook object contains the WorksheetCollection...

    docs.aspose.com/cells/python-java/aspose-cells-...