Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 102,518 for

workbook

(0.1 sec)
  1. Save Specified Worksheets to PDF with C++|Docum...

    Export specific worksheets to PDF using Aspose.Cells with C++....all visible worksheets in a workbook to a PDF file. With the PdfSaveOptions...the template Excel file Workbook workbook ( u "sheetset-example...

    docs.aspose.com/cells/cpp/save-specified-worksh...
  2. Bar code not appearing after conversion from XL...

    Hello Aspose Team, I am converting excel file into pdf using Aspose. After conversion bar codes are not correctly appearing in the PDF file. Please refer attachments Original file snapshotExcal.png (137.8 KB) PDF, af…...the Excel file Workbook workbook = new Workbook("input.xlsx");...ue); // Save the workbook as a PDF workbook.Save("output.pdf"...

    forum.aspose.com/t/bar-code-not-appearing-after...
  3. 通过 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....创建新的电子表格 Workbook 类可用于简单使用。 Java //Instantiating a Workbook object...object Workbook workbook = new Workbook (); //Adding a new worksheet...

    docs.aspose.com/cells/zh/java/create-new-spread...
  4. 使用C++通过JavaScript设置公式中的外部链接|Documentation

    学习如何用C++通过Aspose.Cells for JavaScript在公式中设置外部链接。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate a new Workbook. const workbook = new Workbook (); // Get...

    docs.aspose.com/cells/zh/javascript-cpp/set-ext...
  5. Working with the Reflection Effect of Shape or ...

    Learn how to work with the reflection effect of shapes or charts using Aspose.Cells for JavaScript via C++. Set various reflection properties to achieve desired results....reflection and then saves the workbook in the output Excel file ..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  6. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts in JavaScript using Aspose.Cells for JavaScript via C++....property, and then saves the workbook in the output Excel file ..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  7. Manage formulas of Excel files with JavaScript ...

    Learn how to manage formulas of Excel files through Aspose.Cells for JavaScript via C++. Aspose.Cells can simply get, set, and calculate formulas of Excel files....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/javascript-cpp/using-form...
  8. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt Excel files, and protect and unprotect data in Excel files using C# code.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/net/protect-and-unprotect/
  9. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel files to HTML using Aspose.Cells for Node.js via C++....save Excel workbooks to HTML. However, if the workbook contains..."data" ); // Create workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/prevent-export...
  10. 如何用 Python.NET 将点设置为总和|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 逐步配置Excel瀑布图中的总点。...Load sample workbook workbook = cells . Workbook ( "SampleSheet...worksheet and chart worksheet = workbook . worksheets [ 0 ] chart =...

    docs.aspose.com/cells/zh/python-net/how-to-set-...