Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 157,002 for

xlsx

(0.19 sec)
  1. Support for TOCOL function in version 24.2.0.0 ...

    Hi, In my application, I am writing some value in my workbook and then using CalculateFormula() to recalculate the workbook because the written value can impact the values in other cells. But I am noticing the cells tha…...mentioned by using your template XLSX file and following sample code...Workbook("e:\\test2\\Scen_Par-DRvsEL.xlsx"); mainWorkbook.CalculateFormula();...

    forum.aspose.com/t/support-for-tocol-function-i...
  2. Setting Formula Calculation Mode of Workbook wi...

    This article introduces how to set the formula calculation mode of a workbook in Microsoft Excel with Aspose.Cells library using C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to set the formula calculation mode and get the result. Finally, we save the modified Excel file to disk....xlsx" ; // Create a workbook Workbook...outputFilePath , SaveFormat :: Xlsx ); std :: cout << "Workbook...

    docs.aspose.com/cells/cpp/setting-formula-calcu...
  3. Convert OFX Request File from 1.03 to 2.2 Forma...

    Sample code for OFX request file from 1.03 to 2.2 C# conversion. Use API example code for batch OFX request conversion within .NET based applications....2 Format) XBRL to XLSX (Microsoft Excel Open XML Spreadsheet)...

    products.aspose.com/finance/net/conversion/ofx-...
  4. Convert OFX Response File from 1.03 to 2.2 Form...

    Sample code for OFX request file from 1.03 to 2.2 C# conversion. Use API example code for batch OFX request conversion within .NET based applications....2 Format) XBRL to XLSX (Microsoft Excel Open XML Spreadsheet)...

    products.aspose.com/finance/net/conversion/ofx-...
  5. 用 C++ 为形状的文字设置预设文字艺术样式|Documentation

    学习如何用 Aspose.Cells for C++ 为形状的文本设置预设文字艺术样式。...WordArtStyle3 ); // Save the workbook in xlsx format workbook . Save ( u "...02_OutputDirectory \\ outputSetPresetWordA.xlsx" ); std :: cout << "Workbook...

    docs.aspose.com/cells/zh/cpp/set-preset-wordart...
  6. Product Overview|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....Format XLS - MS Excel 97–2003 XLSX - Office Open XML XLSM - Office...

    docs.aspose.com/cells/sharepoint/product-overview/
  7. 在加载Excel文件时解析透视缓存记录|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....xlsx,.csv" /> < button id = "runExample"...outputData = wb . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/parsing...
  8. 通过JavaScript使用C++设置共享公式|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....xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  9. 使用 JavaScript 及 C++ 添加数字签名到已签名的 Excel 文件|Docume...

    本文介绍如何用 JavaScript 及 Aspose.Cells for JavaScript 通过 C++ 在已签名的 Excel 文件中添加数字签名...xlsx" /> < br />< br /> < input type...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/add-dig...
  10. Get worksheet unique id with JavaScript via C++...

    This article shows how to get an Excel worksheet's unique ID using the JavaScript library and C++ API programmatically....xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/get-worksh...