Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 27,112 for

excel worksheet

(0.18 sec)
  1. 通过Node.js和C++在保存为HTML时防止导出隐藏工作表内容|Documentation

    了解如何在将Excel文件保存为HTML时防止导出隐藏工作表内容,使用Aspose.Cells for Node.js via C++。...表内容 Contents [ Hide ] 您可以将 Excel 工作簿保存为 HTML。但是,如果工作簿包含隐藏的工作表,则...)); // Do not export hidden worksheet contents const options = new...

    docs.aspose.com/cells/zh/nodejs-cpp/prevent-exp...
  2. Aspose.Cells 16.12.0 中的公共 API 更改|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.... C++ //Load the sample excel file intrusive_ptr < IWorkbook...CreateIWorkbook (); //Access first worksheet intrusive_ptr < IWorksheet...

    docs.aspose.com/cells/zh/go-cpp/public-api-chan...
  3. Add Word Art Text with Built-in Styles using No...

    Learn to add Word Art Text with Built-in Styles using Aspose.Cells for Node.js via C++. Create visually appealing text in Excel using built-in styles.... Please check the output Excel file ( 5115470.xlsx ) generated...how the output Excel file looks in Microsoft Excel. const path =...

    docs.aspose.com/cells/nodejs-cpp/add-word-art-t...
  4. How to Convert JSON to PDF in Python

    This short article guides us on how to convert JSON to PDF in Python. It has all the details for the IDE settings, a list of tasks and a runnable sample code to develop JSON file to PDF converter in Python....get access to the desired worksheet for rendering JSON data Set...Workbook and access one of its worksheets as the data from the JSON...

    kb.aspose.com/cells/python/how-to-convert-json-...
  5. The behavior of Cells.ExportDataTable() methods...

    In Aspose.Cells for .NET 24.7 Release Notes there is a Changes the behavior of Cells.ExportDataTable() methods. The change of behavior is causing issues for us. Is there a way for us to continue exporting a numeric cel…...ExportCustomDataTabl(Worksheet worksheet) { DataTable dataTable...DataTable(); int rowCount = worksheet.Cells.MaxDataRow + 1; int...

    forum.aspose.com/t/the-behavior-of-cells-export...
  6. Public API Changes in Aspose.Cells 8.7.2|Docume...

    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....almost all of the Microsoft Excel functions. Moreover, the Aspose...for all functions (including Excel’s native functions) with more...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. Aspose.Cells 8.0.2中的公共API变更|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....(); //Get the first worksheet Worksheet sheet = book . getWorksheets...This is test" ); //Save the Excel file book . save ( myDir + "output...

    docs.aspose.com/cells/zh/java/public-api-change...
  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....您可以通过设置列数或样式等方式,在Microsoft Excel中格式化切片器。Aspose.Cells for JavaScript通过C++也允许您使用...请参见以下代码,它加载包含切片器的 示例Excel文件 ,访问切片器并设置其列数和样式类型,然后将其保存为 输出Excel文件 。屏幕截图显示了代码执行后切片器的外观。...

    docs.aspose.com/cells/zh/javascript-cpp/formatt...
  9. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use the Aspose.Cells library to reduce calculation time for cell calculation methods in Excel using Node.js via C++....code with the given sample Excel file and check its console output...xlsx" )); // Access first worksheet const ws = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/decrease-the-c...
  10. How to Format Numbers to Scientific Notation|Do...

    This article introduces how to format numbers to scientific notation using Aspose.Cells for Java API....numbers to scientific notation in Excel is useful for several reasons...numbers to scientific notation in Excel: Space Efficiency : Scientific...

    docs.aspose.com/cells/java/how-to-format-number...