Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 102,533 for

workbook

(0.26 sec)
  1. How to Make a Dropdown List in Excel using Node.js

    This article guides on how to make a dropdown list in Excel using Node.js. It has the details to set the IDE, the program logic steps, and a runnable sample code to add data validation in Excel using Node.js....add a dropdown list Create a workbook and add two sheets for adding...method Save the resultant workbook having a dropdown list on...

    kb.aspose.com/cells/nodejs/how-to-make-a-dropdo...
  2. How to Export List Data to Excel in C#

    This simple tutorial will teach you on how to export list data to Excel in C#. You will learn how with the help of C# export list to Excel and save it on disk with XLSX format....list data to Excel Create Workbook class object to hold data...reference to a particular workbook sheet where exported data...

    kb.aspose.com/cells/net/how-to-export-list-data...
  3. 在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....代码 def worksheet_to_image ( workbook ) #Create an object for ImageOptions...the first worksheet. sheet = workbook . getWorksheets () . get (...

    docs.aspose.com/cells/zh/java/converting-worksh...
  4. Track Document Conversion Progress with Node.js...

    Learn how to track document conversion progress in Excel files using Aspose.Cells for Node.js via C++....); } } const workbook = new AsposeCells . Workbook ( path . join...TestPageSavingCallba ()); workbook . save ( path . join ( outputDir...

    docs.aspose.com/cells/nodejs-cpp/track-document...
  5. 在将Excel转换为PDF时渲染实线网格线 with C++|Documentation

    了解如何在将Excel转换为PDF时渲染实线网格线,使用Aspose.Cells与C++。...(); // Create an empty Workbook Workbook wb ; // Prepare data wb...

    docs.aspose.com/cells/zh/cpp/render-solid-gridl...
  6. Render Solid Gridlines while converting Excel t...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells with C++....(); // Create an empty Workbook Workbook wb ; // Prepare data wb...

    docs.aspose.com/cells/cpp/render-solid-gridline...
  7. Track Document Conversion Progress with C++|Doc...

    Learn how to track document conversion progress in C++ using Aspose.Cells to enhance application usability....pdf" ; Workbook workbook ( inputFilePath ); PdfSaveOptions...SetPageSavingCallbac ( & callback ); workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/cpp/track-document-conver...
  8. 在 .NET 中自动化 PowerPoint 生成:轻松创建动态演示文稿|Aspose.Sli...

    使用 Aspose.Slides for .NET 在云平台上自动化幻灯片创建——快速且可靠地生成、编辑和转换 PowerPoint 和 OpenDocument 文件。... Overlay = false ; var workbook = chart . ChartData . ChartDataWorkbook...ChartData . Categories . Add ( workbook . GetCell ( worksheetIndex...

    docs.aspose.com/slides/zh/net/automating-powerp...
  9. 使用 JavaScript 自动化 PowerPoint 生成:轻松创建动态演示文稿|Aspo...

    使用 Aspose.Slides for Node.js 在云平台上自动化幻灯片创建——快速且可靠地生成、编辑和转换 PowerPoint 与 OpenDocument 文件。...setOverlay ( false ); let workbook = chart . getChartData ()...(). getCategories (). add ( workbook . getCell ( worksheetIndex...

    docs.aspose.com/slides/zh/nodejs-java/automatin...
  10. 在 C++ 中自动化 PowerPoint 生成:轻松创建动态演示文稿|Aspose.Slid...

    使用 Aspose.Slides for C++ 在云平台上自动化幻灯片创建——快速可靠地生成、编辑和转换 PowerPoint 与 OpenDocument 文件。...set_Overlay ( false ); auto workbook = chart -> get_ChartData ()...get_Categories () -> Add ( workbook -> GetCell ( worksheetIndex...

    docs.aspose.com/slides/zh/cpp/automating-powerp...