Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 82,111 for

workbook

(0.11 sec)
  1. Update XLS File using C++ | products.aspose.com

    Modify XLS document in C++ applications without using Microsoft Excel....Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...Spreadsheet) Edit XLSX (Open XML Workbook) Edit XLT (Excel 97 - 2003...

    products.aspose.com/total/cpp/update/xls/
  2. Create Style object using CellsFactory class|Do...

    Aspose.Cells is a Python library for working with spreadsheet files that provides a style object to style cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells for Python via .NET library so that users can customize the appearance of the cells as needed....sets the Default Style of the workbook. Please download the output...

    docs.aspose.com/cells/python-net/create-style-o...
  3. 用Node.js通过C++检测工作表是否密码保护|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检测工作表是否受密码保护。...); // Create an instance of Workbook and load a spreadsheet const...const book = new AsposeCells . Workbook ( filePath ); // Access the...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-if-w...
  4. 在使用Node.js通过C++将Excel转换为HTML时导出数据条、颜色刻度和图标集条件格式...

    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....in a workbook object const wb = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/export-data...
  5. How to Format Number as Date with C++|Documenta...

    This article will introduce how to format number to date using Aspose.Cells for C++ API....(); // Create a new workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-number-to-date/
  6. 与GridJs服务器端配合工作|Documentation

    该文章描述了如何在 GridJs 中使用 API。...GridJsWorkbook (); Workbook wb = new Workbook ( fullFilePath );...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  7. 用C++移除透视连接|Documentation

    学习如何使用C++和Aspose.Cells库移除透视连接。...xlsx" ; Workbook wb ( inputFilePath ); // Access...pivottable ); // Save the workbook in output XLSX format U16String...

    docs.aspose.com/cells/zh/cpp/remove-pivot-conne...
  8. 使用 C++ 更新 ActiveX ComboBox 控件|Documentation

    学习如何使用 Aspose.Cells 结合 C++ 读写 ActiveX ComboBox 控件的值。...02_OutputDirectory \\ " ); Workbook wb ( srcDir + u "SourceFile..."OutputFile_out.xlsx" ); std :: cout << "Workbook saved successfully with updated...

    docs.aspose.com/cells/zh/cpp/update-activex-com...
  9. Add Images in Spreadsheet in xlsx4j|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 Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . getWorksheets (). get ( 0 ); //Adding...

    docs.aspose.com/cells/java/add-images-in-spread...
  10. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it excel equivalent. Code used to generate the output: using (Workbook TemplateWB = new Workbook(dir + @"\T…...output: using (Workbook TemplateWB = new Workbook(dir + @"\Tes...

    forum.aspose.com/t/labels-in-charts-are-positio...