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

workbook formulas

(0.05 sec)
  1. Convert JSON Format to OTT via Java | products....

    Parse JSON to OTT in Java without using Microsoft Word...ability to create charts, apply formulas, and set page settings. Aspose...OTT via Java Create a new Workbook object and read valid JSON...

    products.aspose.com/total/java/conversion/json-...
  2. Add calculated field in Pivot Table with C++|Do...

    How to add a calculated field in pivot table with Aspose.Cells for C++....and set the corresponding formula for calculation, then perform...field. In the Formula field, enter the formula for the calculation...

    docs.aspose.com/cells/cpp/add-calculated-field-...
  3. Online XPS to DOCM Conversion or Develop Java b...

    Free online app to convert XPS to DOCM files. Java conversion library code for XPS documents....and statements with embedded formulas. Streamlined HR onboarding...XPS to XLSB (Excel Binary Workbook) Convert XPS to XLSM (Macro-enabled...

    products.aspose.com/total/java/conversion/xps-t...
  4. 支持使用 C++ 在命名范围公式中支持德语区域设置|Documentation

    学习如何使用 Aspose.Cells 与 C++ 处理德语区域的命名范围公式。...); // Define the name and formula for the named range const U16String...); // Load the source workbook Workbook wbSource ( srcDir + u...

    docs.aspose.com/cells/zh/cpp/support-for-german...
  5. Add calculated field in Pivot Table|Documentation

    How to add a calculated field in a pivot table with Aspose.Cells for JavaScript via C++....field and set the appropriate formula for the calculation. You can...field. In the Formula field, enter the formula for the calculation...

    docs.aspose.com/cells/javascript-cpp/add-calcul...
  6. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in worksheets. By adjusting these criteria, you have more control over how cells look and appear....the cell or the value of a formula. For example, the background...Instantiating a Workbook object Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/apply-conditional-for...
  7. Compress and Decompress XLSB Files via .NET

    C# compression and decompression source code to compress XLSB documents into a single zip archive or vice versa on .NET Framework, .NET Core....structures that specify Excel workbook content. The content can include...or both numbers and text, formulas, external data connections...

    products.aspose.com/zip/net/zip-file/xlsb/
  8. Use LightCells API build xls ,throw Exception O...

    using Aspose.Cells; namespace ConsoleApp17 { public class WriteUsingLightCellsAPI { public static void Run() { // The path to the documents directory. var fileName = $“F:\temp\{DateTime.Now:yyyyMMHHmmss}.xls”; …...colsCount = 30; var workbook = new Workbook(); var saveOptions...TestDataProvider(workbook, rowsCount, colsCount); workbook.Save(fileName...

    forum.aspose.com/t/use-lightcells-api-build-xls...
  9. 在使用C++通过JavaScript加载工作簿时筛选定义名称|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....Defined Names While Loading Workbook </ title > </ head > < body...Defined Names While Loading Workbook </ h1 > < input type = "file"...

    docs.aspose.com/cells/zh/javascript-cpp/filter-...
  10. 使用 JavaScript via C++ 计算 Excel 2016 的 MINIFS 和 ...

    本文介绍如何使用 Aspose.Cells 库在 JavaScript via C++ 中计算 Microsoft Excel 2016 的 MINIFS 和 MAXIFS 函数。加载已有的 Excel 文件或创建新文件,然后使用 Aspose.Cells 方法计算这些函数并将结果保存到磁盘。...2016的MINIFS和MAXIFS函数 以下示例代码加载 示例Excel文件 ,调用 Workbook.calculateFormula() 方法,通过Aspose..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...