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

excel worksheet

(0.09 sec)
  1. 在VSTO和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.... Excel . Application ExcelApp = Application...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/zh/net/set-background-pic...
  2. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the shadow effect of shapes or charts using Aspose.Cells for C++....sample code loads the source Excel file , accesses the first shape...shape in the first worksheet, sets the sub‑properties of the GetShadowEffect()...

    docs.aspose.com/cells/cpp/working-with-the-shad...
  3. Rendering Timeline with C++|Documentation

    Manage timelines of Excel files with Aspose.Cells with C++.... If you convert your worksheet into an image or save your...sample code loads the sample Excel file that contains an existing...

    docs.aspose.com/cells/cpp/rendering-timeline/
  4. How to Lock Cells to Protect Them with Golang v...

    This article shows you code explaining how to lock cells to protect them using the Aspose.Cells library with Golang via C++....applications, such as Microsoft Excel or Google Sheets, for several...while keeping the rest of the worksheet protected. Protecting Formulas:...

    docs.aspose.com/cells/go-cpp/how-to-lock-cells-...
  5. 用C++格式化切片器|Documentation

    使用Aspose.Cells和C++格式化Microsoft Excel中的切片器。...] 可能的使用场景 你可以通过设置其列数或样式等来格式化Excel中的切片器。Aspose.Cells还允许你使用 Slicer...请查看以下代码示例;它加载包含切片器的 示例Excel文件 ,访问切片器并设置其列数和样式类型,然后另存为 输出Excel文件 。截图展示了执行示例代码后,切片器的样子。...

    docs.aspose.com/cells/zh/cpp/formatting-slicer/
  6. Create XLT using Python | products.aspose.com

    Generate Microsoft Excel XLT documents using Python applications without using Microsoft Office....XLT File Via Python Generate Excel XLT Files via your Python Applications...Get the access of required Worksheet using getWorksheets().get(index)...

    products.aspose.com/total/python-java/create/xlt/
  7. Inserting, Deleting Rows and Columns|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....Introduction Whether creating a new worksheet from scratch or working on...on an existing worksheet, we may need to add extra rows or columns...

    docs.aspose.com/cells/cpp/inserting-deleting-ro...
  8. Copying and Moving Worksheets|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....Ask AI Copying and Moving Worksheets Contents [ Hide ] Sometimes... you do need a number of worksheets with common formatting and...

    docs.aspose.com/cells/cpp/copying-and-moving-wo...
  9. 使用 C++ 通过 Node.js 管理图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在电子表格中添加和定位图片。...Workbook (); // Adding a new worksheet to the Workbook object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-pi...
  10. Chart to PDF with JavaScript via C++|Documentation

    Learn how to use Aspose.Cells for JavaScript via C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....a new worksheet const sheetIndex = workbook . worksheets . add...add (); const worksheet = workbook . worksheets . get ( sheetIndex...

    docs.aspose.com/cells/javascript-cpp/chart-to-pdf/