Sort Score
Result 10 results
Languages All
Labels All
Results 3,211 - 3,220 of 102,530 for

workbook

(0.17 sec)
  1. 通过C++用JavaScript获取工作表页面设置的纸张宽度和高度|Documentation

    了解如何通过C++的JavaScript程序化获取Excel工作表页面设置的纸张宽度和高度。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...otherwise create a new workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/get-pap...
  2. How to Prevent Users from Printing Excel File|D...

    Learn how to prevent users from printing Excel files through the Aspose.Cells for Python via .NET API.... Open the workbook that you do not want others...the code, then return to the workbook. Now, when you attempt to...

    docs.aspose.com/cells/python-net/how-to-prevent...
  3. How to Convert DataTable to Excel in C#

    In this short tutorial, you will learn how to convert DataTable to Excel in C#. You can control the process of writing DataTable to excel in C# by setting a number of properties of the DataTable....worksheet of the newly created workbook object using the ImportData...Create an instance of an empty Workbook for exporting DataTable to...

    kb.aspose.com/cells/net/how-to-convert-datatabl...
  4. Changing the Layout of Pivot Table|Documentation

    How to change the layout of a Pivot Table with Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/changing-t...
  5. Apply Chart Worksheet Formulas in Presentations...

    Apply Excel-style formulas in Aspose.Slides for Python via .NET chart worksheets and automate reports across PPT, PPTX and ODP files....be accessed with chart_data_workbook property: import aspose.slides...300 ) workbook = chart . chart_data . chart_data_workbook # .....

    docs.aspose.com/slides/python-net/chart-workshe...
  6. Set Column Width to Scalable Unit like em or pe...

    Learn how to set column width to scalable units like em or percent in Aspose.Cells for Node.js via C++. Improve the presentation of generated HTML tables....xlsx" ); const workbook = new AsposeCells . Workbook ( sourceFilePath...setExportImagesAsBas ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/nodejs-cpp/set-column-wid...
  7. Apply Chart Worksheet Formulas in Presentations...

    Apply Excel-style formulas in Aspose.Slides for .NET chart worksheets and automate reports across PPT and PPTX files....300 ); IChartDataWorkbook workbook = chart . ChartData . ChartDataWorkbook...any value to the property: workbook . GetCell ( 0 , "F2" ). Value...

    docs.aspose.com/slides/net/chart-worksheet-form...
  8. Rendering Slicer with C++|Documentation

    Render slicers in Excel files using Aspose.Cells with C++....an image or you save your workbook to PDF or HTML formats, you...file containing slicer. Workbook workbook ( u "sampleRenderingSlice...

    docs.aspose.com/cells/cpp/rendering-slicer/
  9. Excel转HTML 使用PresentationPreference选项实现更佳布局,支持C...

    学习在使用C++保存Excel为HTML时实现更佳布局的方法。...Instantiate the Workbook and load an Excel file Workbook workbook ( inputFilePath..."outPresentationlayou.out.html" ; workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/zh/cpp/excel-to-html-use-...
  10. Secure PDF Documents with JavaScript via C++|Do...

    Learn how to secure PDF documents by using owner and user passwords, and set permissions for PDF files using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/secure-pdf...