Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 103,452 for

workbook

(0.96 sec)
  1. Getting Started|Documentation

    How to install Aspose Cells for Go via C++ and create a Hello World application...."YOUR_LICENSE_File_PATH" ) workbook , _ := NewWorkbook () worksheets...worksheets , _ := workbook . GetWorksheets () worksheet , _ := worksheets...

    docs.aspose.com/cells/go-cpp/getting-started/
  2. Add Word Art Text with Built-in Styles with C++...

    Learn how to add Word Art Text with Built-in Styles using Aspose.Cells for C++....\\ " ); // Create workbook object Workbook wb ; // Access first... 100 , 800 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/add-word-art-text-wit...
  3. Remove Pivot Connection with C++|Documentation

    Learn how to remove a pivot connection with the Aspose.Cells library using C++.... Finally, it saves the workbook as output Excel file . Sample..."remove-pivot-connection.xlsx" ; Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/remove-pivot-connection/
  4. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel worksheets and save them using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/extract-images...
  5. Convert Excel to High‑Resolution Image with C++...

    Generate high‑resolution images from Excel files using Aspose.Cells with C++....// Load the Excel file Workbook workbook ( u "input.xlsx" ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/convert-excel-to-high...
  6. 使用C++在将文档转换为PDF时导出结构|Documentation

    了解如何在使用Aspose.Cells将文档转换为PDF时导出结构信息。... Workbook workbook ( u "document-structure-example...PDF file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/export-document-st...
  7. 用C++改变Excel文本框或形状的字符间距|Documentation

    学习如何用Aspose.Cells和C++改变Excel文本框或形状的字符间距。...excel file inside a workbook object Workbook wb ( srcDir + u "...SetSpacing ( 4 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/change-character-s...
  8. Image Markers|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 = new Workbook ( FileName ); // Set...the Excel file. designer . Workbook . Save ( FileName ); Download...

    docs.aspose.com/cells/net/image-markers/
  9. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for Node.js via C++....Create a workbook const wb = new AsposeCells . Workbook (); //...setSpaceBefore ( 10 ); // Save the workbook in xlsx format wb . save (...

    docs.aspose.com/cells/nodejs-cpp/set-line-spaci...
  10. Protect and Unprotect Worksheet|Documentation

    Protect and unprotect worksheet of Excel files with Aspose.Cells for Python via .NET....to implement protecting the workbook structure of Excel files....Protect or Unprotect the Shared Workbook Encrypting Excel Files Analyzing...

    docs.aspose.com/cells/python-net/protect-and-un...