Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 87,181 for

workbook

(0.06 sec)
  1. 在保存为PDF时打印批注与C++|Documentation

    了解如何在使用Aspose.Cells for C++将Excel文件保存为PDF时打印批注。...Create a workbook from source Excel file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/print-comments-whi...
  2. 在Php中管理分页符|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.... PHP 代码 $worksheets = $workbook -> getWorksheets (); $worksheet...(that is Excel 2003) format $workbook -> save ( $dataDir . "Add...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  3. 使用Aspose.Cells将工作簿转换为HTML|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....//Instantiate a workbook and open the template XLSX file Workbook book =...= new Workbook ( dataDir + "book1.xls" ); //Save the HTML file...

    docs.aspose.com/cells/zh/java/convert-workbook-...
  4. Public API Changes in Aspose.Cells 8.2.2|Docume...

    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.... C# var book = new Workbook ( "sample.xlsx" ); var properties...information. C# var workbook = new Workbook ( "sample.xlsx" );...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Recognise Self Closing Tags with C++|Documentation

    Learn how to handle self-closing tags in HTML using Aspose.Cells with C++....// Load sample source file Workbook wb ( srcDir + u "sampleSelfClosingTag...loadOptions ); // Save the workbook wb . Save ( outDir + u "outsampleSelfClosing...

    docs.aspose.com/cells/cpp/recognise-self-closin...
  6. 通过Node.js与C++密码保护或取消保护共享工作簿|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....C++也支持此功能,提供 Workbook.protectSharedWorkboo(string) 和 Workbook.unpro...file const workbook = new AsposeCells . Workbook (); // Protect...

    docs.aspose.com/cells/zh/nodejs-cpp/password-pr...
  7. Finding Absolute Position of Shape inside the W...

    Determine the absolute position of a shape in a worksheet using Aspose.Cells with C++....file inside the workbook object Workbook workbook ( srcDir + u "sample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/finding-absolute-posi...
  8. 在 Aspose.Cells 中设置工作表标签颜色|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....//Instantiate a new Workbook Workbook workbook = new Workbook ( dataPath...dataPath + "workbook.xls" ); //Get the first worksheet in the book Worksheet...

    docs.aspose.com/cells/zh/java/set-worksheet-tab...
  9. Open and Save Spreadsheet in 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....would also need to save your workbook (file). Aspose.Cells provides...//Creating an Workbook object with an Excel file path Workbook workbook...

    docs.aspose.com/cells/java/open-and-save-spread...
  10. Add WordArt Watermark to Worksheet in Aspose.Ce...

    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....//Instantiate a new Workbook Workbook workbook = new Workbook (); //Get...default sheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/net/add-wordart-watermark...