Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 82,034 for

workbook

(0.09 sec)
  1. 在输出的HTML中单独导出工作表CSS|Documentation

    了解如何在将Excel文件转换为HTML时,将工作表的CSS单独导出,使用编号Aspose.Cells for C++。...Startup (); // Create workbook object Workbook wb ; // Access first...SetExportWorksheetCS ( true ); // Save the workbook in html wb . Save ( u "outputExportWorkshee...

    docs.aspose.com/cells/zh/cpp/export-worksheet-c...
  2. 指定图像分辨率、质量、压缩和其他选项|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...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/zh/net/specify-image-reso...
  3. Saving Files in Ruby|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....calling the save method of Workbook object. Ruby Code data_dir...default (Excel2003) format workbook . save ( data_dir + "Book1...

    docs.aspose.com/cells/java/saving-files-in-ruby/
  4. 通过 C++ 和 Node.js 过滤图表数据的三种方法|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中过滤图表。我们的 comprehensive 指南将演示如何应用过滤器到图表,定制图表元素,以及使用数据分析工具获得更好的洞察和做出更明智的决策。...existing Workbook let workbook = new AsposeCells . Workbook ( filePath...list let nSeriesFiltered = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/filtering-c...
  5. 在Aspose.Cells中使用C++的自定义XML部分|Documentation

    学习如何使用Aspose.Cells在Excel文件中以编程方式使用自定义XML部分。... 你可以通过调用 Workbook.ContentTypePropertie.Add()...Cells添加自定义XML部分。 以下示例代码使用 Workbook.ContentTypePropertie.Add()...

    docs.aspose.com/cells/zh/cpp/use-custom-xml-par...
  6. 在VSTO和Aspose.Cells中自动筛选数据|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....Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/auto-filter-data-i...
  7. Json|Documentation

    Learn how to convert excel Workbook to json with Aspose.Cells for Python via .NET API....NET supports converting a workbook to Json(JavaScript Object...Notation) file. Convert Excel Workbook to JSON The Aspose.Cells for...

    docs.aspose.com/cells/python-net/convert-workbo...
  8. 使用 C++ 通过 Node.js 加载无图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在不含图表的情况下加载Excel文件。...the workbook with specified load options const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "chart.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/load-source...
  9. Convert Chart to Images|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 (); //...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet sheet...

    docs.aspose.com/cells/net/convert-chart-to-images/
  10. 通过Node.js和C++为Excel工作簿的VBA项目设置密码保护|Documentation

    学习如何使用Aspose.Cells for Node.js via C++为Excel工作簿的VBA项目加密密码。... const workbook = new AsposeCells . Workbook ( path . join...project of the workbook. const vbaProject = workbook . getVbaProject...

    docs.aspose.com/cells/zh/nodejs-cpp/password-pr...