Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 159,081 for

xlsx

(0.28 sec)
  1. 通过C++用JavaScript计算公式|Documentation

    本文介绍如何使用Aspose.Cells库通过C++调用JavaScript在Microsoft Excel中计算公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算公式并获取结果。最后,将修改后的Excel文件保存到磁盘。...xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  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. Specify how to cross a string in output HTML us...

    Learn how to control string overflow in HTML output using Aspose.Cells for C++ with HtmlCrossType....xlsx ) and saves it to HTML format...

    docs.aspose.com/cells/go-cpp/specify-how-to-cro...
  4. 用 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...
  5. Specify Individual or Private Set of Fonts for ...

    Learn how to specify an individual or private set of fonts for workbook rendering using Aspose.Cells for C++....LoadOptions opts ( LoadFormat :: Xlsx ); opts . SetFontConfigs ( fontConfigs...wb ( u "sampleSpecifyIndivid.xlsx" , opts ); // Save to PDF format...

    docs.aspose.com/cells/cpp/specify-individual-or...
  6. Find if the Worksheet is Dialog Sheet with Node...

    This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using Aspose.Cells for Node.js via C++....xlsx) that contains a dialog sheet...dataDir , "sampleFindIfWorkshee.xlsx" ); // Load Excel file containing...

    docs.aspose.com/cells/nodejs-cpp/find-if-the-wo...
  7. AsposeCells

    C# .NET Core, Java, Python, C++, Android, PHP, Node.js APIs to create, process and convert PDF, Word, Excel, PowerPoint, email, image, ZIP, and several other formats in Windows, Linux, MacOS & Android....manipulate Excel® spreadsheets (XLS, XLSX, XLSM, XLSB, XLTX, SpreadsheetML...

    blog.aspose.com/tag/asposecells/
  8. Filtering the kind of data while loading the wo...

    Learn how to filter specific data types while loading a workbook from a template file using Aspose.Cells with C++....loadOptions ( LoadFormat :: Xlsx ); loadOptions . SetLoadFilter...srcDir + u "sampleFilterChars.xlsx" , loadOptions ); // Save the...

    docs.aspose.com/cells/cpp/filtering-the-kind-of...
  9. Aspose.Cells for .NET

    This API allows you to do all kinds of operations on Excel files files in .NET code including creating, editing and converting etc....using C# How to Convert XML to XLSX using C# How to Convert HTML...

    kb.aspose.com/cells/net/page/2/
  10. 如何检测文件格式并检查文件是否被加密,使用Node.js通过C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检测文件格式及检查文件是否被加密。...xlsx" ); // Detect file format const...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-dete...