Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 104,120 for

workbook

(0.95 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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/
  6. 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-...
  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. 用Node.js和C++计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 Node.js API 与 C++ 一起,编程计算 Excel 工作表的页面设置缩放比例,采用“适合 n 页宽 m 页高”的选项。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-p...
  9. Create a TextBox in which each line has a diffe...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access the first...TextAlignmentType :: Right ); // Save the workbook in XLSX format wb . Save (...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  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...