Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 102,530 for

workbook

(0.15 sec)
  1. 在 JavaScript 通过 C++ 使用 HtmlSaveOptions.tableCss...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 对 HTML 中的表格元素样式进行前缀。..."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...file selected - create a new workbook as in original JavaScript...

    docs.aspose.com/cells/zh/javascript-cpp/prefix-...
  2. 用JavaScript通过C++设置主轴和副轴|Documentation

    学习如何理解和使用Aspose.Cells for JavaScript通过C++中的主轴和副轴。我们的指南将帮助您理解主轴与副轴的区别,以及如何有效配置和使用它们。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/primary...
  3. Excel to PDF:The page content is not centered -...

    When I use the following code to convert, the Excel content is displayed on the left in the PDF, but I want it to be displayed in the center. How can I solve this problem? Actual effect: image.png (15.9 KB) Expected r…...8 KB) Workbook wbk = null; try { wbk = new Workbook(srcFile);...snippet: Workbook wbk = null; try { wbk = new Workbook(srcFile);...

    forum.aspose.com/t/excel-to-pdf-the-page-conten...
  4. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for JavaScript via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legend for improved visual appeal and data representation...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object using the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/custom-sli...
  5. 在数据透视表中添加筛选器|Documentation

    了解如何使用Aspose.Cells for Java脚本通过C++在数据透视表中添加筛选器。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Creating a new Workbook object const workbook = new Workbook (); // Obtaining...

    docs.aspose.com/cells/zh/javascript-cpp/add-fil...
  6. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with Golang via C++....properties when converting a workbook into HTML. The 8.6.0 version...properties. Once you convert a workbook into HTML, the output file...

    docs.aspose.com/cells/go-cpp/disable-exporting-...
  7. 使用JavaScript via C++将多个工作簿合并为一个工作簿|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将多个工作簿合并为一个工作簿。...代码加载源工作簿,使用 Workbook.combine(Workbook) 方法将它们合并,然后保存输出的工作簿。...head > < title > Combine Workbooks Example </ title > </ head...

    docs.aspose.com/cells/zh/javascript-cpp/combine...
  8. Converting Excel Files to HTML in Ruby|Document...

    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....Code def worksheet_to_html ( workbook ) save_format = Rjb :: import...M_HTML ) # Save the document workbook . save ( @data_dir + "output...

    docs.aspose.com/cells/java/converting-excel-fil...
  9. 在 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 (); //Adding...to the Workbook object Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/add-comments-in-s...
  10. Create Stock Open‑High‑Low‑Close Chart in Excel...

    Step‑by‑step guide to generate a Stock Open‑High‑Low‑Close (OHLC) chart in Excel using Aspose.Cells for .NET with fully runnable C# code....that can be saved as an Excel workbook, PDF, or image. This article...demonstrates how to: Create a new workbook. Populate the worksheet with...

    blog.aspose.com/cells/create-stock-open-high-lo...