Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 161,022 for

workbook

(0.14 sec)
  1. Using Anonymous Types or Custom Objects|Documen...

    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....worksheet(default sheet) in the workbook. Aspose . Cells . Worksheet...Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input some markers...

    docs.aspose.com/cells/net/using-anonymous-types...
  2. Saving Aspose.Cells Chart as a Stream instead o...

    I Have a aspose.cells charts that I can save an image successfully like this; string ChartPathName = path + “piechart.png”; pieChart.ToImage(ChartPathName); Now I want to save it to a stream instead of an image. How c…... Sample code: var workBook = new Workbook("e:\\test2\\Test.xlsx");...xlsx"); var worksheet = workBook.Worksheets[0]; var chart = worksheet...

    forum.aspose.com/t/saving-aspose-cells-chart-as...
  3. 支持数组公式(Ctrl+Shift+Enter)吗 - Free Support Forum ...

    可以支持 数组公式 (Ctrl+Shift+Enter) 吗,在公式首尾加 {} 后,发生报错com.aspose.cells.CellsException: "Absent operand for ‘=’("Based on cell "Sheet1!D2) 有其他公式函数可以替代吗?或者有其他解决方案吗? public static void main(String[] args) throws Exception { …...FileInputStream(path); Workbook wb = new Workbook(fis); Worksheet sheet...FileInputStream(path); Workbook wb = new Workbook(fis); Worksheet sheet...

    forum.aspose.com/t/ctrl-shift-enter/265385
  4. Data label conditional format setting color not...

    Setting the color of data labels through conditions in Excel is effective, but there is no corresponding effect after converting them to HTML through the interface image.png (86.5 KB) image.png (75.7 KB) this is my fi…...this is my code: Workbook workbook = new Workbook(“D://Program_...72031//EPPR_72031.xlsx”); workbook.save(“D://Program_Data//A...

    forum.aspose.com/t/data-label-conditional-forma...
  5. FormulaSettings.EnableCalculationChain | Aspose...

    FormulaSettings property. Whether enable calculation chain for formulas. Default is false...are lots of formulas in the workbook and user needs to calculate...first calculation for the workbook, so the required time for...

    reference.aspose.com/cells/net/aspose.cells/for...
  6. Export Range of Cells in a Worksheet to Image|D...

    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....a screenshot of the source workbook used in the code. You can...can try the code with any workbook. Input file Executing the code...

    docs.aspose.com/cells/java/export-range-of-cell...
  7. Charts style is wrong - Free Support Forum - as...

    here is a new Workbook from old Workbook stream but charts style is different image.png (34.1 KB) EPPR-61124.zip (48.0 KB)...#1 here is a new workbook from old workbook stream but charts...

    forum.aspose.com/t/charts-style-is-wrong/263130
  8. Aspose::Cells::CalculationCell class | Aspose.C...

    Aspose::Cells::CalculationCell class. Represents the calculation relevant data about one cell which is being calculated in C++.... GetWorkbook() Gets the Workbook object. GetWorksheet() Gets...not change any data in the Workbook during the formula calculation...

    reference.aspose.com/cells/cpp/aspose.cells/cal...
  9. 在 Jython 中将工作表转换为图像|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.... cells import Workbook from com . aspose . cells...Instantiate a workbook with path to an Excel file book = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/worksheet-to-imag...
  10. page_index 属性 | Aspose.Cells for Python via .NE...

    page_index 属性 page_index 属性 获取或设置要保存的第一个页面的从 0 开始的索引。 评论 默认为 0。 例子 以下示例显示如何将 Microsoft Excel 文件中的一系列页面(3 和 4)呈现为 PDF。......PdfSaveOptions , Workbook # Open an Excel file wb = Workbook ( "Book1...

    reference.aspose.com/cells/python-net/zh/aspose...